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";