1
Fork 0

feat: skeleton for tmux installationc

This commit is contained in:
Matei Adriel 2022-03-08 11:25:05 +02:00
parent ab89f3b99e
commit 135433dc43
2 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,7 @@
./rofi.nix
./postgres.nix
./neovim.nix
./tmux.nix
];
}

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home-manager.users.adrielus.programs.tmux = {
enable = true;
};
}