1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make default user shell Nushell

This commit is contained in:
RGBCube 2023-11-14 09:22:36 +03:00
parent d191ac7832
commit a4f428319f
No known key found for this signature in database

View file

@ -1,10 +1,7 @@
{ lib, pkgs, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate3
(systemConfiguration {
users.users = {
nixos.shell = pkgs.nushell;
root.shell = pkgs.nushell;
};
users.defaultUserShell = pkgs.nushell;
})
(homeConfiguration [ "nixos" "root" ] {