feat: add support for shell configuration in preferences

This commit is contained in:
Franek 2025-05-18 18:15:13 +02:00
parent 0b105e7448
commit 1bcf3663a1
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,6 @@ in
"adbusers"
] ++ optional config.modules.nordvpn.enable [ "nordvpn" ];
ignoreShellProgramCheck = true;
shell = pkgs.fish;
shell = preferredShell pkgs;
};
}

View File

@ -4,6 +4,7 @@
username = "sadorowo";
fullname = "Franek";
homeDirectory = "/home/${users.hulk.username}";
preferredShell = pkgs: pkgs.fish;
isRoot = false;
};
};