feat: add isisdl overlay

This commit is contained in:
Jacob Bachmann 2024-05-16 16:20:21 +02:00
parent 6f14d08d92
commit d01221fd65
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 43 additions and 0 deletions

View file

@ -8,6 +8,7 @@
*/
home.packages = with pkgs; [
tree-sitter # parser generator tool and an incremental parsing library
lua-language-server
clang-tools
rust-analyzer

View file

@ -15,6 +15,7 @@
imagemagick # software suite to create, edit, compose, or convert bitmap images
ghostscript # postscript interpreter (mainline version)
ventoy-full # bootable usb solution
isisdl # downloader for isis of tu-berlin
];
}