From c70bf33aba1e747cd57002be9a9dd09e7233ce05 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 28 Dec 2022 17:12:04 -0500 Subject: [PATCH] chore: mini cleanup --- configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 228575f..29cb033 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,9 +93,7 @@ programs.steam = { 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