feat: tmux

This commit is contained in:
Anish Lakhwara
2025-05-03 22:45:14 -07:00
parent f4e53de4c4
commit 8680d23d3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
../profiles/cli ../profiles/cli
../profiles/direnv ../profiles/direnv
../profiles/git ../profiles/git
# ../profiles/tmux ../profiles/tmux
]; ];
home.stateVersion = "22.05"; home.stateVersion = "22.05";
} }
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
home.file.".tmux.confg".source = ./tmux.conf home.file.".tmux.conf".source = ./tmux.conf;
} }