Enable all manual versions, open xhtml in browser

This commit is contained in:
Evie Litherland-Smith 2025-03-03 11:23:34 +00:00
parent 8a566ae4ed
commit 637e60f1e0
2 changed files with 7 additions and 1 deletions

View file

@ -126,6 +126,11 @@
homeDirectory = "/home/${username}";
};
programs.home-manager.enable = true;
manual = {
html.enable = true;
json.enable = true;
manpages.enable = true;
};
fonts.fontconfig = {
enable = true;
defaultFonts =

View file

@ -20,6 +20,7 @@ in
"text/css" = emacs;
"text/tab-separated-values" = emacs;
"text/html" = browser;
"text/xhtml" = browser;
"text/x-emacs-lisp" = emacs;
"text/x-fortran" = emacs;
@ -40,7 +41,7 @@ in
"application/yaml" = emacs;
"application/xml" = emacs;
"application/rss+xml" = emacs;
"application/xhtml+xml" = emacs;
"application/xhtml+xml" = browser;
"application/oxps" = emacs;
"application/zip" = [ "org.gnome.FileRoller.desktop" ];
"application/pdf" = [ "org.gnome.Evince.desktop" ];