diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-05-02 21:24:07 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-05-02 21:24:07 +0200 |
| commit | 162a78d224af35e3261e106d516069f06a657880 (patch) | |
| tree | d0279a9752edab857ca4ac09f42b178202a2e5db | |
| parent | e617f4893686f071c19c4db0c4e07020bc1fb0b2 (diff) | |
hyprpolkitagent
| -rw-r--r-- | home-manager/modules/apps/desktop/hyprland.nix | 1 | ||||
| -rw-r--r-- | nixos/desktop/hyprland.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/home-manager/modules/apps/desktop/hyprland.nix b/home-manager/modules/apps/desktop/hyprland.nix index 243f999..0e77ee9 100644 --- a/home-manager/modules/apps/desktop/hyprland.nix +++ b/home-manager/modules/apps/desktop/hyprland.nix @@ -47,6 +47,7 @@ with lib; ] ++ [ "systemctl --user start hypridle.service" "systemctl --user start hyprpaper.service" + "systemctl --user start hyprpolkitagent.service" "uwsm finalize QT_QPA_PLATFORM QT_PLUGIN_PATH" ]; general = { diff --git a/nixos/desktop/hyprland.nix b/nixos/desktop/hyprland.nix index 687f2eb..a306d6b 100644 --- a/nixos/desktop/hyprland.nix +++ b/nixos/desktop/hyprland.nix @@ -9,6 +9,7 @@ hyprpicker hyprnotify hyprcursor + hyprpolkitagent waybar waybar-mpris ]; |
