installer: enable tmux

This commit is contained in:
Primrose 2025-04-10 21:47:26 +02:00
parent b0fce67f2f
commit dbb412f5d1
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -31,6 +31,7 @@ in
networking.firewall.allowedTCPPorts = [8080]; # in case you wanna nc
programs.tmux.enable = true;
users.users.nixos.shell = pkgs.fish;
programs.fish.enable = true;
}