Add fish to shells

This commit is contained in:
Nathan McCarty 2023-04-30 23:28:28 -04:00
parent 46568d48b1
commit fa50312ef7
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ let
in with lib; { in with lib; {
config = mkMerge [ config = mkMerge [
{ {
environment.shells = [ pkgs.fish ];
users = { users = {
# If we install the user and the system is hardended, then disable mutable users # If we install the user and the system is hardended, then disable mutable users
mutableUsers = !(nc.installUser && nc.harden); mutableUsers = !(nc.installUser && nc.harden);