fix/mimeapps-tweaks (#20)

Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/20
Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org>
Co-authored-by: teutat3s <teutates@mailbox.org>
Co-committed-by: teutat3s <teutates@mailbox.org>
teutat3s-drone-exec-runner
teutat3s 2021-09-22 20:21:11 +00:00 committed by Benjamin Bädorf
parent 1c47036e79
commit 9d0e9efb47
3 changed files with 5 additions and 4 deletions

View File

@ -93,7 +93,7 @@ in
home.packages = [
alacritty
chromium
firefox
firefox-wayland
flameshot
libnotify

View File

@ -223,7 +223,7 @@ filextype *.html,*.htm
\ {Open with vim}
\ nvim %f,
\ {Open with firefox}
\ firefox-developer-edition %f &,
\ firefox %f &,
filetype *.html,*.htm links, lynx
" Object

View File

@ -12,8 +12,9 @@
"application/xhtml+xml" = [ "firefox.desktop" ];
"application/x-extension-xhtml" = [ "firefox.desktop" ];
"application/x-extension-xht" = [ "firefox.desktop" ];
"image/jpeg" = [ "viewnior.desktop" "gpicview.desktop" ];
"image/png" = [ "viewnior.desktop" "gpicview.desktop" ];
"image/jpeg" = [ "org.gnome.eog.desktop" ];
"image/png" = [ "org.gnome.eog.desktop" ];
"video/mp4" = [ "vlc.desktop" ];
"text/plain" = [ "firefox.desktop" ];
"x-scheme-handler/mailto" = [ "userapp-Thunderbird.desktop" ];
"message/rfc822" = [ "userapp-Thunderbird.desktop" ];