Add fish to shells
This commit is contained in:
parent
46568d48b1
commit
fa50312ef7
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue