adding magnet links and some other small tweaks to startup

This commit is contained in:
Chris Cochrun 2025-02-24 10:00:54 -06:00
parent 217e0d8826
commit 99a4d8420e
2 changed files with 5 additions and 3 deletions

View file

@ -96,6 +96,7 @@ in {
"application/pdf" = "emacsclient.desktop";
"x-scheme-handler/about" = "firefox.desktop";
"x-scheme-handler/unknown" = "firefox.desktop";
"x-scheme-handler/magnet" = "torrent.desktop";
};
defaultApplications = {
"video/mp4" = "mpv.desktop";
@ -134,6 +135,7 @@ in {
"application/pdf" = "emacsclient.desktop";
"x-scheme-handler/about" = "firefox.desktop";
"x-scheme-handler/unknown" = "firefox.desktop";
"x-scheme-handler/magnet" = "torrent.desktop";
};
};