Cleaning up configuration.nix as well

This commit is contained in:
Emmet 2023-06-05 14:13:39 -05:00
parent 774775d277
commit a9169674b1

View file

@ -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; [];
}; };