diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-05 01:29:41 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-05 21:23:19 +0100 |
| commit | 72a532244594a370f597babf700fb013123d8c17 (patch) | |
| tree | 0cdfcd4dea9cf3696c4f5c131c0e15283a328e43 /home-modules/desktop | |
| parent | 466adabc7229bda8119fa27820ceea659979b3f5 (diff) | |
Secrets via nixos-sops, caldav and fixed virt
Diffstat (limited to '')
| -rw-r--r-- | home-modules/desktop/hyprland.nix | 6 |
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" |
