Merge branch 'master' into teutat3s

This commit is contained in:
teutat3s 2021-09-23 01:11:03 +02:00
commit be2419645d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
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" ];