Set Evince as default PDF program
Add file-roller program for Thunar archive plugin
This commit is contained in:
parent
29b736b501
commit
879c2750c6
|
@ -48,6 +48,7 @@
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
light.enable = true;
|
light.enable = true;
|
||||||
noisetorch.enable = true;
|
noisetorch.enable = true;
|
||||||
|
file-roller.enable = true;
|
||||||
thunar = {
|
thunar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
|
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
|
||||||
|
@ -156,8 +157,8 @@
|
||||||
"application/oxps" = emacs;
|
"application/oxps" = emacs;
|
||||||
"application/x-shellscript" = emacs;
|
"application/x-shellscript" = emacs;
|
||||||
|
|
||||||
"application/pdf" = emacs;
|
"application/pdf" = ["evince.desktop"];
|
||||||
"application/epub+zip" = emacs;
|
"application/epub+zip" = ["evince.desktop"];
|
||||||
"application/msword" = ["writer.desktop"];
|
"application/msword" = ["writer.desktop"];
|
||||||
"application/zip" = ["xarchiver.desktop"];
|
"application/zip" = ["xarchiver.desktop"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue