mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed something
This commit is contained in:
parent
b97795bf74
commit
9507acea1e
@ -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 = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user