Fixed list

This commit is contained in:
Alexandre1a 2026-01-15 15:55:17 +01:00
parent f70e024ff5
commit b97795bf74
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

View File

@ -10,7 +10,7 @@
# Users # Users
# Don't forget to add a password or change the username # Don't forget to add a password or change the username
users = { users = [
users = { users = {
light = { # Here light = { # Here
isNormalUser = true; isNormalUser = true;
@ -20,7 +20,7 @@
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
}; };
}; };
}; ];
# Home-Manager config # Home-Manager config
home-manager = { home-manager = {