nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit d2b17cea233356fd49d9f3c63c7b758f7d98b6d4
parent db613a9c8d351aa7827dfde906dc494ebb56c3c1
Author: Peter <peter@minskio.co.uk>
Date:   Sat, 25 Oct 2025 09:42:19 +0100

Add XDG handling to Hyprland include

Diffstat:
Mcommon/hyprland.nix | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/common/hyprland.nix b/common/hyprland.nix @@ -13,4 +13,10 @@ programs.hyprland.enable = true; users.users.${username}.extraGroups = ["seat" "video"]; services.seatd.enable = true; + + xdg.portal = { + enable = true; + xdgOpenUsePortal = true; + }; + }