feat: tmux

+2 -2
+1 -1
home/core/default.nix
··· 4 ../profiles/cli 5 ../profiles/direnv 6 ../profiles/git 7 - # ../profiles/tmux 8 ]; 9 home.stateVersion = "22.05"; 10 }
··· 4 ../profiles/cli 5 ../profiles/direnv 6 ../profiles/git 7 + ../profiles/tmux 8 ]; 9 home.stateVersion = "22.05"; 10 }
+1 -1
home/profiles/tmux/default.nix
··· 1 { 2 - home.file.".tmux.confg".source = ./tmux.conf 3 }
··· 1 { 2 + home.file.".tmux.conf".source = ./tmux.conf; 3 }