feat: tmux
This commit is contained in:
parent
b3fe1164fd
commit
fd4481a2e1
3 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@ in {
|
|||
ssh = enabled;
|
||||
starship = enabled;
|
||||
systemctl = enabled;
|
||||
tmux = enabled;
|
||||
};
|
||||
}
|
||||
#
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
./starship
|
||||
./systemctl.nix
|
||||
./tea.nix
|
||||
./tmux.nix
|
||||
./waybar.nix
|
||||
|
||||
# TODO: uncomment when swaylock is figured out
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
Loading…
Reference in a new issue