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 = {