From dbb412f5d1493a840d0f260da151bf506433f182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 10 Apr 2025 21:47:26 +0200 Subject: [PATCH] installer: enable tmux --- nix/configurations/installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/configurations/installer.nix b/nix/configurations/installer.nix index 35683723..9b2c9404 100644 --- a/nix/configurations/installer.nix +++ b/nix/configurations/installer.nix @@ -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; }