Migrate Tmux config to Nix
This commit is contained in:
@@ -6,7 +6,6 @@ let dotdir = "${config.home.homeDirectory}/.dotfiles";
|
||||
in
|
||||
{
|
||||
xdg.configFile = {
|
||||
"tmux/tmux.conf".source = ../../tmux.conf;
|
||||
"vim/vimrc".source = ../../vimrc;
|
||||
"ideavim/ideavimrc".source = ../../ideavimrc;
|
||||
# "doom".source = mkOutOfStoreSymlink "${dotdir}/doom";
|
||||
|
||||
Reference in New Issue
Block a user