From aedada7df827d6949f0fadbc0de4b10d67bda95e Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 2 Dec 2025 16:29:55 +0100 Subject: [PATCH] feat: add program.zsh.enable --- hosts/saberofxebec/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index 5c5e946..83e06be 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -40,6 +40,7 @@ in { "root" = import ./home.nix; }; }; + programs.zsh.enable = true; users.users.root.shell = pkgs.zsh; # Configure network proxy if necessary