This commit is contained in:
Aleksandr Lebedev 2025-06-03 00:44:47 +02:00
parent dab821d370
commit eb0519c2f7
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
"Pictures"
"Documents"
"Videos"
"Apps"
"VMs"
"Git"
"nixos-config"

View file

@ -13,6 +13,7 @@ in {
];
users.users.${username} = {
isNormalUser = true;
shell = pkgs.nushell;
description = "Aleksandr Lebedev";
extraGroups = ["networkmanager" "wheel"];
#initialPassword = "1234";