summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-01-26 19:38:43 +0100
committersils <sils@sils.li>2023-01-26 19:38:43 +0100
commit64d20654d3cd5c8ad5cf4ca176958b2c6c16f80b (patch)
treec6862dd7e1ecf7e48f18af1ec554517aadbad4d6
parentPackages: Add texlab (diff)
downloadnix-config-64d20654d3cd5c8ad5cf4ca176958b2c6c16f80b.tar.gz
nix-config-64d20654d3cd5c8ad5cf4ca176958b2c6c16f80b.zip
Packages: added inkscape and html-tidy
Diffstat (limited to '')
-rw-r--r--packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix
index 6d10e09..1ff25ca 100644
--- a/packages.nix
+++ b/packages.nix
@@ -12,6 +12,7 @@
     zsh # the one and only shell
 
     neovim # edit nix files ;)
+    inkscape # vector graphics
 
     restic # backups
     thunderbird # emails
@@ -73,5 +74,6 @@
 
     ltex-ls # lsp language server for languagetool
     texlab # latex language server
+    html-tidy # html formatter
   ];
 }