1

System: Update default mime associations

This commit is contained in:
2025-06-19 01:03:46 +02:00
parent 17588026ab
commit 00b5ae60e1

View File

@ -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"];