This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
music-server/packages.nix
T
2026-07-28 20:27:55 +02:00

23 lines
310 B
Nix

{ 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 ]))
]);
}