chore: mini cleanup

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

View file

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