Move kitty config into Nix

This commit is contained in:
2022-09-06 13:07:16 -07:00
parent 3eacfcb9a7
commit 9f728ed6de
5 changed files with 101 additions and 3 deletions

View File

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