System: Update default mime associations
This commit is contained in:
@ -174,12 +174,12 @@ with mylib.networking; {
|
|||||||
|
|
||||||
defaultApplications = let
|
defaultApplications = let
|
||||||
textEditor = "neovide.desktop"; # Helix.desktop
|
textEditor = "neovide.desktop"; # Helix.desktop
|
||||||
fileBrowser = "nnn.desktop";
|
fileBrowser = "yazi.desktop";
|
||||||
webBrowser = "firefox.desktop";
|
webBrowser = "firefox.desktop";
|
||||||
pdfViewer = "org.pwmt.zathura.desktop";
|
pdfViewer = "org.pwmt.zathura.desktop";
|
||||||
imageViewer = "imv.desktop";
|
imageViewer = "imv.desktop";
|
||||||
audioPlayer = "mpv.desktop"; # mov.desktop
|
audioPlayer = "vlc.desktop"; # mov.desktop
|
||||||
videoPlayer = "mpv.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"];
|
textMimeTypes = ["text/css" "text/csv" "text/javascript" "application/json" "application/ld+json" "application/x-sh" "text/plain" "application/xml" "text/xml"];
|
||||||
fileBrowserMimeTypes = ["inode/directory"];
|
fileBrowserMimeTypes = ["inode/directory"];
|
||||||
|
Reference in New Issue
Block a user