tangled
alpha
login
or
join now
quasigod.xyz
/
nixconfig
8
fork
atom
My NixOS and Home Manager configurations
8
fork
atom
overview
issues
pulls
pipelines
add to-html and grc to emacs packages
for blog
quasigod.xyz
2 days ago
c088a01d
c8d23f2f
verified
This commit was signed with the committer's
known signature
.
quasigod.xyz
SSH Key Fingerprint:
SHA256:IYQIQqk4Il5k+VDa+O4RM4mqCqVtyRilM/eLPbx2jjc=
+2
2 changed files
expand all
collapse all
unified
split
modules
apps
core.nix
emacs.nix
+1
modules/apps/core.nix
···
18
18
git
19
19
glow
20
20
gptfdisk
21
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
29
+
to-html
29
30
];
30
31
};
31
32
}