From c246ea83fc270bb9e820e0cec34008066ea0bc70 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 19 Jun 2025 01:03:46 +0200 Subject: [PATCH] System: Update default mime associations --- system/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/default.nix b/system/default.nix index 6d6a1333..2c71b821 100644 --- a/system/default.nix +++ b/system/default.nix @@ -174,12 +174,12 @@ with mylib.networking; { defaultApplications = let textEditor = "neovide.desktop"; # Helix.desktop - fileBrowser = "nnn.desktop"; + fileBrowser = "yazi.desktop"; webBrowser = "firefox.desktop"; pdfViewer = "org.pwmt.zathura.desktop"; imageViewer = "imv.desktop"; - audioPlayer = "mpv.desktop"; # mov.desktop - videoPlayer = "mpv.desktop"; + audioPlayer = "vlc.desktop"; # mov.desktop + videoPlayer = "vlc.desktop"; textMimeTypes = ["text/css" "text/csv" "text/javascript" "application/json" "application/ld+json" "application/x-sh" "text/plain" "application/xml" "text/xml"]; fileBrowserMimeTypes = ["inode/directory"];