summaryrefslogtreecommitdiff
path: root/home-modules/desktop/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-modules/desktop/hyprland.nix')
-rw-r--r--home-modules/desktop/hyprland.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix
index 127141f..6f36b2f 100644
--- a/home-modules/desktop/hyprland.nix
+++ b/home-modules/desktop/hyprland.nix
@@ -11,9 +11,10 @@ with lib;
xdg-desktop-portal-hyprland
wl-clipboard
brightnessctl
- lxqt.lxqt-policykit
];
+ services.hyprpolkitagent.enable = true;
+
homeprogs.waybar.enable = true;
homeprogs.mako.enable = true;
# Environment variables for hyprland.
@@ -39,14 +40,13 @@ with lib;
settings = {
exec-once = map (s: "uwsm app -- " + s) [
"kitty &"
- "lxqt-policykit-agent &"
"waybar &"
"nm-applet &"
"blueman-tray &"
"blueman-applet &"
"hyprctl setcursor Catppuccin-Mocha-Dark-Cursors 24"
"kdeconnect-indicator &"
- "fcitx5 -d"
+ # "fcitx5 -d"
] ++ [
"systemctl --user start hypridle.service"
"systemctl --user start hyprpaper.service"