From 3ab68507c122f9c8242a44585a0958767c23c413 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 22 Mar 2025 20:09:33 +0100 Subject: [PATCH] home/hyprland: add hyprpolkitagent --- home/programs/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/hyprland.nix b/home/programs/hyprland.nix index 0f11f0c..5ec03a2 100644 --- a/home/programs/hyprland.nix +++ b/home/programs/hyprland.nix @@ -26,6 +26,7 @@ in }; home.packages = with pkgs; [ + hyprpolkitagent wl-clipboard-rs ];