feat: defaultUserShell
This commit is contained in:
parent
f24dcac9d1
commit
214ced9aad
1 changed files with 5 additions and 4 deletions
|
@ -34,13 +34,14 @@
|
|||
xkbVariant = "";
|
||||
};
|
||||
|
||||
users.users.oh = {
|
||||
users = {
|
||||
defaultUserShell = pkgs.nushell;
|
||||
users.oh = {
|
||||
isNormalUser = true;
|
||||
description = "oh";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue