diff --git a/home/system/hyprland/polkitagent.nix b/home/system/hyprland/polkitagent.nix index 729eb4e..9bfa427 100644 --- a/home/system/hyprland/polkitagent.nix +++ b/home/system/hyprland/polkitagent.nix @@ -1,6 +1,5 @@ -{ inputs, pkgs, ... }: { - home.packages = - [ inputs.hyprpolkitagent.packages."${pkgs.system}".hyprpolkitagent ]; +{ pkgs, ... }: { + home.packages = with pkgs; [ hyprpolkitagent ]; wayland.windowManager.hyprland.settings.exec-once = [ "systemctl --user start hyprpolkitagent" ];