summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-02 21:24:07 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-02 21:24:07 +0200
commit162a78d224af35e3261e106d516069f06a657880 (patch)
treed0279a9752edab857ca4ac09f42b178202a2e5db
parente617f4893686f071c19c4db0c4e07020bc1fb0b2 (diff)
hyprpolkitagent
-rw-r--r--home-manager/modules/apps/desktop/hyprland.nix1
-rw-r--r--nixos/desktop/hyprland.nix1
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
];