massive restructure
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
environment.systemPackages = (
|
||||
with pkgs;
|
||||
[
|
||||
wget
|
||||
nixfmt
|
||||
tree-sitter
|
||||
lsof
|
||||
exiftool
|
||||
trash-cli
|
||||
ffmpeg
|
||||
unzip
|
||||
scdl
|
||||
aria2
|
||||
nodejs
|
||||
gomi
|
||||
bun
|
||||
croc
|
||||
mp3val
|
||||
flac
|
||||
(python314.withPackages (
|
||||
ps: with ps; [
|
||||
requests
|
||||
python-dotenv
|
||||
]
|
||||
))
|
||||
]
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user