Enable all manual versions, open xhtml in browser
This commit is contained in:
parent
8a566ae4ed
commit
637e60f1e0
|
@ -126,6 +126,11 @@
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
};
|
};
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
manual = {
|
||||||
|
html.enable = true;
|
||||||
|
json.enable = true;
|
||||||
|
manpages.enable = true;
|
||||||
|
};
|
||||||
fonts.fontconfig = {
|
fonts.fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts =
|
defaultFonts =
|
||||||
|
|
|
@ -20,6 +20,7 @@ in
|
||||||
"text/css" = emacs;
|
"text/css" = emacs;
|
||||||
"text/tab-separated-values" = emacs;
|
"text/tab-separated-values" = emacs;
|
||||||
"text/html" = browser;
|
"text/html" = browser;
|
||||||
|
"text/xhtml" = browser;
|
||||||
|
|
||||||
"text/x-emacs-lisp" = emacs;
|
"text/x-emacs-lisp" = emacs;
|
||||||
"text/x-fortran" = emacs;
|
"text/x-fortran" = emacs;
|
||||||
|
@ -40,7 +41,7 @@ in
|
||||||
"application/yaml" = emacs;
|
"application/yaml" = emacs;
|
||||||
"application/xml" = emacs;
|
"application/xml" = emacs;
|
||||||
"application/rss+xml" = emacs;
|
"application/rss+xml" = emacs;
|
||||||
"application/xhtml+xml" = emacs;
|
"application/xhtml+xml" = browser;
|
||||||
"application/oxps" = emacs;
|
"application/oxps" = emacs;
|
||||||
"application/zip" = [ "org.gnome.FileRoller.desktop" ];
|
"application/zip" = [ "org.gnome.FileRoller.desktop" ];
|
||||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||||
|
|
Loading…
Reference in a new issue