From 6361515b17f75a7360de0b043dd5e5fa10fa21d0 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sun, 22 Feb 2026 20:10:36 +0100 Subject: [PATCH] xdg fix --- home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home.nix b/home.nix index fbe7209..5dce6e4 100644 --- a/home.nix +++ b/home.nix @@ -63,6 +63,16 @@ ".local/bin".source = ./scripts; }; + # XDG + xdg.portal.config = { + common = { + default = [ + "hyprland" + "gtk" + ]; + }; + }; + # === VARS === home.sessionVariables = {