add files

This commit is contained in:
2026-07-22 19:57:08 +02:00
parent 83137ba3f3
commit 497ca74787
6 changed files with 324 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
wget
nixfmt
tree-sitter
lsof
exiftool
trash-cli
ffmpeg
unzip
scdl
aria2
python3
nodejs
gomi
];
}