From 10c781e251cec71edbbc6f6691ec5cf87fa866dc Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 13 Apr 2024 01:24:03 +0200 Subject: [PATCH] feat: set root's shell to fish --- configs/common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/common.nix b/configs/common.nix index 26abee6..520a30b 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -160,7 +160,10 @@ in { ]; }; - root.hashedPasswordFile = config.age.secrets.rootPassword.path; + root = { + shell = pkgs.fish; + hashedPasswordFile = config.age.secrets.rootPassword.path; + }; }; # This value determines the NixOS release from which the default