From 77ff7edce577f973cc11b12d04d3a55b75085783 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 4 Mar 2025 20:57:53 +0100 Subject: [PATCH] hyprpolkitagent from flake to pkgs Former-commit-id: b1eb4683271a3e363ae9d483400a4a9a6d9f7106 --- home/system/hyprland/polkitagent.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" ];