mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +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’.
|
||||
users.users.emmet = {
|
||||
isNormalUser = true;
|
||||
description = "Emmet K";
|
||||
description = "Emmet";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue