diff options
Diffstat (limited to '')
| -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 ]; |
