Fixed 2 errors

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

View File

@ -14,7 +14,7 @@
light = { # Here
isNormalUser = true;
# You can change the description too !
description = "A lightweight system for lowend or performance machines"
description = "A lightweight system for lowend or performance machines";
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" ];
};
@ -28,7 +28,7 @@
backupFileExtension = "HM-backup";
users = {
# Change this to your username
"light" = import ./home.nix";
"light" = import ./home.nix;
};
};