From dc66fb7f3846cbee2eecc8e033e2106a255e20a9 Mon Sep 17 00:00:00 2001 From: caandt Date: Tue, 12 Nov 2024 02:26:05 -0600 Subject: [PATCH] default app --- user/xdg.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/xdg.nix b/user/xdg.nix index 1809764..fe25da1 100644 --- a/user/xdg.nix +++ b/user/xdg.nix @@ -20,6 +20,8 @@ "text/plain" = text; "application/xml" = text; + + "inode/directory" = "org.kde.dolphin.desktop"; }; xdg.portal = { enable = true;