summaryrefslogtreecommitdiff
path: root/home/packages-minimal.nix
diff options
context:
space:
mode:
authorstuebinm2024-04-07 20:15:35 +0200
committerstuebinm2024-04-07 20:15:35 +0200
commita1a3e433eb9689d6e8d91750c7577a5b6ff32f26 (patch)
treeaba3c6798eb4bb1a83721cf06be6714be9d914b4 /home/packages-minimal.nix
parent8c13f3e743fe3de7ff8e5aef421099cc37a117be (diff)
home: glow → lowdown for markdown viewing
lowdown isn't very good, but at least it doesn't have any weird cloud features (why is this the standard for things that show text??)
Diffstat (limited to 'home/packages-minimal.nix')
-rw-r--r--home/packages-minimal.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/packages-minimal.nix b/home/packages-minimal.nix
index ceea6e5..c024654 100644
--- a/home/packages-minimal.nix
+++ b/home/packages-minimal.nix
@@ -26,6 +26,7 @@
gauche
# html, js & co
jq html-tidy nodePackages.stylelint nodePackages.js-beautify zola
+ lowdown
# nix things
nixfmt niv inputs.deploy-rs.defaultPackage.${system}
];