feat: tmux

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