From 02b09173b8462361e840d63390d47f6cedcbc0a6 Mon Sep 17 00:00:00 2001 From: voidarc Date: Tue, 7 Jul 2026 11:38:14 +0100 Subject: [PATCH] added gsettings that might work this time --- modules/features/hypr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/features/hypr/default.nix b/modules/features/hypr/default.nix index c26c8a1..274d315 100644 --- a/modules/features/hypr/default.nix +++ b/modules/features/hypr/default.nix @@ -22,6 +22,7 @@ security.polkit.enable = true; environment.systemPackages = with pkgs; [ hyprlock + gsettings-desktop-schemas ]; }; perSystem = {