This commit is contained in:
parent
eddaab7abd
commit
1244f4e420
|
@ -36,6 +36,8 @@ in with lib; {
|
|||
inputs.self.packages.${pkgs.system}.swayimg
|
||||
# For private browsing
|
||||
tor-browser-bundle-bin
|
||||
# For non-emacs pdf reading
|
||||
evince
|
||||
];
|
||||
#########################
|
||||
## Sway
|
||||
|
@ -557,6 +559,7 @@ in with lib; {
|
|||
"image/avif" = [ "swayimg.desktop" ];
|
||||
"image/tiff" = [ "swayimg.desktop" ];
|
||||
"image/bmp" = [ "swayimg.desktop" ];
|
||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue