fix(darwin): set user shell

This commit is contained in:
Mohammad Rafiq 2025-07-14 14:32:59 +08:00
parent 346ad74c5d
commit 750f2efaa7
No known key found for this signature in database

View file

@ -23,6 +23,7 @@ in
value.enable = true;
}) cfg.manifest.users;
users.users = forAllUsers' (_: value: { shell = pkgs.${value.shell}; });
environment.shells = [ pkgs.fish ];
};
homeManager.default =
{ config, ... }: