Migrate Tmux config to Nix

This commit is contained in:
2025-03-28 22:50:43 -07:00
parent 8b284dc553
commit 1a044a5256
3 changed files with 35 additions and 2 deletions

View File

@@ -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";