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:
parent
d191ac7832
commit
a4f428319f
1 changed files with 1 additions and 4 deletions
|
@ -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" ] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue