chore: mini cleanup

This commit is contained in:
notohh 2022-12-28 17:12:04 -05:00
parent 337003391f
commit c70bf33aba

View file

@ -93,9 +93,7 @@
programs.steam = { programs.steam = {
enable = true; enable = true;
}; };
users.defaultUserShell = pkgs.nushell;
security.polkit.enable = true; security.polkit.enable = true;
security.pam.services.swaylock = { security.pam.services.swaylock = {
text = '' text = ''
@ -103,7 +101,9 @@
''; '';
}; };
users.users.notoh = { users = {
defaultUserShell = pkgs.nushell;
users.notoh = {
isNormalUser = true; isNormalUser = true;
description = "notoh"; description = "notoh";
extraGroups = [ "networkmanager" "wheel" "disk" "video" ]; extraGroups = [ "networkmanager" "wheel" "disk" "video" ];
@ -167,6 +167,7 @@
]; ];
}; };
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget