From 418e980f7b4ae8938e263479d3c3da933bb0cce6 Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Sun, 2 Aug 2026 14:55:39 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20209=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-08-02=2014:55=2026.05.20260724.597283a=20(Yarara)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/security/default.nix | 2 ++ system/services/default.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/security/default.nix b/system/security/default.nix index 296bfa5..2a7d354 100644 --- a/system/security/default.nix +++ b/system/security/default.nix @@ -7,6 +7,8 @@ ./users.nix ]; + systemd.user.services.niri-flake-polkit.enable = false; + security = { pam.services.swaylock = {}; polkit.enable = true; diff --git a/system/services/default.nix b/system/services/default.nix index b2d5700..1607265 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -20,8 +20,6 @@ in programs.dsearch.enable = true; - - programs.dank-material-shell.greeter = { enable = true; compositor.name = "niri";