From 0f9d05be36840304911b97ef5db32619d2c30ede Mon Sep 17 00:00:00 2001 From: ooks-io Date: Wed, 5 Jun 2024 23:05:22 +1200 Subject: [PATCH] feat(home:profile:hyprland): add polkit --- home/profiles/desktop-environments/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/profiles/desktop-environments/hyprland.nix b/home/profiles/desktop-environments/hyprland.nix index 45fe7b4..5cfd622 100644 --- a/home/profiles/desktop-environments/hyprland.nix +++ b/home/profiles/desktop-environments/hyprland.nix @@ -15,5 +15,6 @@ in notification = "mako"; bar = "waybar"; }; + ooknet.security.polkit = "pantheon"; }; }