From 4a7d92b13d8fd3208cbe0570ef6feeefbb23f195 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 31 May 2024 21:06:50 -0500 Subject: [PATCH] Cleaning up unused pam config --- system/wm/hyprland.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/system/wm/hyprland.nix b/system/wm/hyprland.nix index cd7fb2f..4673d79 100644 --- a/system/wm/hyprland.nix +++ b/system/wm/hyprland.nix @@ -10,12 +10,6 @@ in # Security security = { - pam.services.swaylock = { - text = '' - auth include login - ''; - }; -# pam.services.gtklock = {}; pam.services.login.enableGnomeKeyring = true; }; @@ -28,7 +22,7 @@ in xwayland = { enable = true; }; - portalPackage = pkgs.xdg-desktop-portal-hyprland; + portalPackage = pkgs-hyprland.xdg-desktop-portal-hyprland; }; };