fix(darwin): set user shell
This commit is contained in:
parent
346ad74c5d
commit
750f2efaa7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ in
|
||||||
value.enable = true;
|
value.enable = true;
|
||||||
}) cfg.manifest.users;
|
}) cfg.manifest.users;
|
||||||
users.users = forAllUsers' (_: value: { shell = pkgs.${value.shell}; });
|
users.users = forAllUsers' (_: value: { shell = pkgs.${value.shell}; });
|
||||||
|
environment.shells = [ pkgs.fish ];
|
||||||
};
|
};
|
||||||
homeManager.default =
|
homeManager.default =
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue