mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed 2 errors
This commit is contained in:
parent
9507acea1e
commit
3b017106a4
@ -14,7 +14,7 @@
|
|||||||
light = { # Here
|
light = { # Here
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
# You can change the description too !
|
# 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;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
};
|
};
|
||||||
@ -28,7 +28,7 @@
|
|||||||
backupFileExtension = "HM-backup";
|
backupFileExtension = "HM-backup";
|
||||||
users = {
|
users = {
|
||||||
# Change this to your username
|
# Change this to your username
|
||||||
"light" = import ./home.nix";
|
"light" = import ./home.nix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user