Fixed something

This commit is contained in:
Alexandre1a 2026-01-15 15:56:04 +01:00
parent b97795bf74
commit 9507acea1e
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

View File

@ -10,8 +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;
# You can change the description too ! # You can change the description too !
@ -20,7 +19,6 @@
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
}; };
}; };
];
# Home-Manager config # Home-Manager config
home-manager = { home-manager = {