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