From db114aafdfebdf9be377a049a2e45fa9edb5bac4 Mon Sep 17 00:00:00 2001 From: jmug Date: Mon, 7 Jul 2025 00:46:05 -0700 Subject: [PATCH] [Asahi] Bring hyprlock settings closer to hyprland. Signed-off-by: jmug --- hosts/asahi/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/asahi/configuration.nix b/hosts/asahi/configuration.nix index 91f3690..0e725e2 100644 --- a/hosts/asahi/configuration.nix +++ b/hosts/asahi/configuration.nix @@ -29,8 +29,6 @@ hardware.bluetooth.powerOnBoot = false; services.blueman.enable = true; - security.pam.services.hyprlock = {}; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; # Allow unfree packages nixpkgs.config.allowUnfree = true; @@ -143,6 +141,7 @@ ]; }; + security.pam.services.hyprlock = {}; programs.hyprland = { enable = true; xwayland.enable = true;