nushell
This commit is contained in:
parent
dab821d370
commit
eb0519c2f7
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"Pictures"
|
||||
"Documents"
|
||||
"Videos"
|
||||
"Apps"
|
||||
"VMs"
|
||||
"Git"
|
||||
"nixos-config"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ in {
|
|||
];
|
||||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.nushell;
|
||||
description = "Aleksandr Lebedev";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
#initialPassword = "1234";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue