commit 22a9d729b0d7fa09e0c9b55ef1002e8cdd80181e
parent 0a4c7c667645dd9a3f49638a06b3e5d4cbdd151f
Author: Peter <peter@minskio.co.uk>
Date: Tue, 23 Dec 2025 17:28:49 +0000
Fix XDG once and for all
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/hyprland.nix b/common/hyprland.nix
@@ -9,14 +9,14 @@
swayimg
tofi
wl-clipboard
- ];
+ ];
programs.hyprland.enable = true;
users.users.${username}.extraGroups = ["seat" "video"];
services.seatd.enable = true;
xdg.portal = {
enable = true;
- xdgOpenUsePortal = true;
+ config = {
};
}