feat: add support for shell configuration in preferences
This commit is contained in:
parent
0b105e7448
commit
1bcf3663a1
@ -27,6 +27,6 @@ in
|
||||
"adbusers"
|
||||
] ++ optional config.modules.nordvpn.enable [ "nordvpn" ];
|
||||
ignoreShellProgramCheck = true;
|
||||
shell = pkgs.fish;
|
||||
shell = preferredShell pkgs;
|
||||
};
|
||||
}
|
||||
|
@ -4,6 +4,7 @@
|
||||
username = "sadorowo";
|
||||
fullname = "Franek";
|
||||
homeDirectory = "/home/${users.hulk.username}";
|
||||
preferredShell = pkgs: pkgs.fish;
|
||||
isRoot = false;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user