My NixOS and Home Manager configurations

add to-html and grc to emacs packages

for blog

quasigod.xyz c088a01d c8d23f2f

verified
+2
+1
modules/apps/core.nix
··· 18 18 git 19 19 glow 20 20 gptfdisk 21 + grc 21 22 hexyl 22 23 imagemagick 23 24 inotify-tools
+1
modules/apps/emacs.nix
··· 26 26 home.packages = with pkgs; [ 27 27 pandoc 28 28 emacs-lsp-booster 29 + to-html 29 30 ]; 30 31 }; 31 32 }