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
|
||||
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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user