added tmux
This commit is contained in:
parent
7982f05122
commit
b13906a891
2 changed files with 11 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
./nixvim
|
./nixvim
|
||||||
./shell
|
./shell
|
||||||
./theme
|
./theme
|
||||||
|
./tmux
|
||||||
./utils
|
./utils
|
||||||
|
|
||||||
./envvar.nix
|
./envvar.nix
|
||||||
|
|
10
users/willifan/common/tmux/default.nix
Normal file
10
users/willifan/common/tmux/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
home-manager.users.willifan = {
|
||||||
|
programs.tmux = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue