diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-16 13:30:08 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-16 13:30:08 +0100 |
| commit | aeb613133472da374bf292a66296f16e23d8fc6f (patch) | |
| tree | 4ac2b16da0e81d67c52cf87c149f3e6c1489470b /roles/hyprland/tasks | |
| parent | 909bd099a8bd90a246146e6753b4744a0599d7d2 (diff) | |
Enable hyprland gnome settings to set prefer-dark for all apps
Diffstat (limited to 'roles/hyprland/tasks')
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index 93fb2743..2119d456 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -9,6 +9,8 @@ - "hyprlock" - "hypridle" - "hyprland" + - "xdg-desktop-portal-gtk" + - "xdg-desktop-portal-hyprland" - name: "Configure greetd" become: true |
