mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-11 03:36:52 +02:00
feat: update mimeApps
This commit is contained in:
@@ -56,26 +56,16 @@
|
|||||||
"audio/*" = ["mpv.desktop"];
|
"audio/*" = ["mpv.desktop"];
|
||||||
"video/*" = ["mpv.dekstop"];
|
"video/*" = ["mpv.dekstop"];
|
||||||
"image/*" = ["imv.desktop"];
|
"image/*" = ["imv.desktop"];
|
||||||
|
"image/gif" = ["imv.desktop"];
|
||||||
|
"image/jpeg" = ["imv.desktop"];
|
||||||
|
"image/png" = ["imv.desktop"];
|
||||||
|
"image/webp" = ["imv.desktop"];
|
||||||
};
|
};
|
||||||
|
|
||||||
associations.removed = let
|
associations.removed =
|
||||||
browser = ["google-chrome.desktop"];
|
{
|
||||||
in {
|
# ......
|
||||||
"text/html" = browser;
|
};
|
||||||
"text/xml" = browser;
|
|
||||||
"application/xml" = browser;
|
|
||||||
"application/xhtml+xml" = browser;
|
|
||||||
"application/xhtml_xml" = browser;
|
|
||||||
"application/rdf+xml" = browser;
|
|
||||||
"application/rss+xml" = browser;
|
|
||||||
"image/gif" = browser;
|
|
||||||
"image/jpeg" = browser;
|
|
||||||
"image/png" = browser;
|
|
||||||
"image/webp" = browser;
|
|
||||||
"x-scheme-handler/http" = browser;
|
|
||||||
"x-scheme-handler/https" = browser;
|
|
||||||
"application/pdf" = browser;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
userDirs = {
|
userDirs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user