diff options
Diffstat (limited to 'archetypes/profiles/desktop')
-rw-r--r-- | archetypes/profiles/desktop/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
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" ]; }; }; }; |