forked from pub-solar/os
graphical: use firefox to open PDFs
This commit is contained in:
parent
979348588b
commit
e2319d1ce9
|
@ -8,8 +8,6 @@ let
|
|||
psCfg = config.pub-solar;
|
||||
in
|
||||
{
|
||||
programs.evince.enable = true;
|
||||
|
||||
users.users."${psCfg.user.name}".packages = with pkgs; [
|
||||
libreoffice-fresh
|
||||
simple-scan
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
enable = true;
|
||||
defaultApplications = {
|
||||
"application/octet-stream" = [ "firefox.desktop" ];
|
||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||
"application/pdf" = [ "firefox.desktop" ];
|
||||
"application/x-bittorrent" = [ "deluge.desktop" ];
|
||||
"application/x-extension-htm" = [ "firefox.desktop" ];
|
||||
"application/x-extension-html" = [ "firefox.desktop" ];
|
||||
|
|
Loading…
Reference in a new issue