Add fish to shells
This commit is contained in:
parent
46568d48b1
commit
fa50312ef7
|
@ -5,6 +5,7 @@ let
|
|||
in with lib; {
|
||||
config = mkMerge [
|
||||
{
|
||||
environment.shells = [ pkgs.fish ];
|
||||
users = {
|
||||
# If we install the user and the system is hardended, then disable mutable users
|
||||
mutableUsers = !(nc.installUser && nc.harden);
|
||||
|
|
Loading…
Reference in New Issue