mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Cleaning up configuration.nix as well
This commit is contained in:
parent
774775d277
commit
a9169674b1
|
@ -139,7 +139,7 @@
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.emmet = {
|
users.users.emmet = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Emmet K";
|
description = "Emmet";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue