Swap home.nix to thoom-emacs config

This commit is contained in:
2024-04-15 09:30:19 -07:00
parent 8e75430b0b
commit 9965ccccfd
4 changed files with 12 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ in
"tmux/tmux.conf".source = ../../tmux.conf;
"vim/vimrc".source = ../../vimrc;
"ideavim/ideavimrc".source = ../../ideavimrc;
"doom".source = mkOutOfStoreSymlink "${dotdir}/doom";
# "doom".source = mkOutOfStoreSymlink "${dotdir}/doom";
};
}