feat: skeleton for tmux installationc
This commit is contained in:
parent
ab89f3b99e
commit
135433dc43
|
@ -17,6 +17,7 @@
|
|||
./rofi.nix
|
||||
./postgres.nix
|
||||
./neovim.nix
|
||||
./tmux.nix
|
||||
];
|
||||
}
|
||||
|
||||
|
|
5
modules/applications/tmux.nix
Normal file
5
modules/applications/tmux.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus.programs.tmux = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue