This commit is contained in:
Nathan McCarty 2022-11-05 23:52:30 -04:00
parent eddaab7abd
commit 1244f4e420
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 3 additions and 0 deletions

View File

@ -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" ];
};
});
}