hyprpolkitagent from flake to pkgs

Former-commit-id: b1eb468327
This commit is contained in:
Hadi
2025-03-04 20:57:53 +01:00
parent 5ee186ca15
commit 77ff7edce5

View File

@@ -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" ];