added tmux

This commit is contained in:
willifan 2024-10-27 17:58:03 +01:00
parent 7982f05122
commit b13906a891
2 changed files with 11 additions and 0 deletions

View file

@ -4,6 +4,7 @@
./nixvim ./nixvim
./shell ./shell
./theme ./theme
./tmux
./utils ./utils
./envvar.nix ./envvar.nix

View file

@ -0,0 +1,10 @@
{ ... }:
{
home-manager.users.willifan = {
programs.tmux = {
enable = true;
};
};
}