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 = {