feat: tmux

This commit is contained in:
punkfairie 2025-05-31 13:43:56 -07:00
parent b3fe1164fd
commit fd4481a2e1
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@ in {
ssh = enabled; ssh = enabled;
starship = enabled; starship = enabled;
systemctl = enabled; systemctl = enabled;
tmux = enabled;
}; };
} }
# #

View file

@ -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

View file

@ -1,6 +1,6 @@
{ {
lib,
config, config,
lib,
pkgs, pkgs,
... ...
}: let }: let