hyprpolkitagent from flake to pkgs

This commit is contained in:
Hadi
2025-03-04 20:57:53 +01:00
parent 9bec8574e6
commit b1eb468327

View File

@@ -1,6 +1,5 @@
{ inputs, pkgs, ... }: { { pkgs, ... }: {
home.packages = home.packages = with pkgs; [ hyprpolkitagent ];
[ inputs.hyprpolkitagent.packages."${pkgs.system}".hyprpolkitagent ];
wayland.windowManager.hyprland.settings.exec-once = wayland.windowManager.hyprland.settings.exec-once =
[ "systemctl --user start hyprpolkitagent" ]; [ "systemctl --user start hyprpolkitagent" ];