From 717bb0cec39531bce071fcbb10b8928407f1e20e Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 29 Sep 2025 14:39:03 -0500 Subject: open directory in xdg-mime config --- archetypes/profiles/desktop/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'archetypes') diff --git a/archetypes/profiles/desktop/default.nix b/archetypes/profiles/desktop/default.nix index 0e68b84..a0ed9a8 100644 --- a/archetypes/profiles/desktop/default.nix +++ b/archetypes/profiles/desktop/default.nix @@ -103,12 +103,13 @@ xdg.mimeApps._defaultCategoryApplications = { enable = true; categoryApplications = { - audio = [ "mpv" ]; - email = [ "thunderbird" ]; - image = [ "sxiv" ]; - pdf = [ "org.pwmt.zathura-pdf-mupdf" ]; - text = [ "nvim" ]; - video = [ "mpv" ]; + audio = [ "mpv" ]; + directory = [ "pcmanfm" ]; + email = [ "thunderbird" ]; + image = [ "sxiv" ]; + pdf = [ "org.pwmt.zathura-pdf-mupdf" ]; + text = [ "nvim" ]; + video = [ "mpv" ]; }; }; }; -- cgit v1.2.3