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;
|
ssh = enabled;
|
||||||
starship = enabled;
|
starship = enabled;
|
||||||
systemctl = enabled;
|
systemctl = enabled;
|
||||||
|
tmux = enabled;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#
|
#
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
./starship
|
./starship
|
||||||
./systemctl.nix
|
./systemctl.nix
|
||||||
./tea.nix
|
./tea.nix
|
||||||
|
./tmux.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
|
|
||||||
# TODO: uncomment when swaylock is figured out
|
# TODO: uncomment when swaylock is figured out
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
Loading…
Reference in a new issue