This commit is contained in:
Chris Kruining 2024-07-24 22:29:17 +02:00
parent 6de1355091
commit 46b6fd3f17
4 changed files with 5 additions and 8 deletions

View file

@ -21,6 +21,8 @@ in
config = mkMerge [
(mkIf (cfg.default != null) {
users.defaultUserShell = pkgs."${cfg.default}";
modules.shell.toolset.gnupg.enable = true;
})
(mkIf cfg.corePkgs.enable {