This commit is contained in:
Nolan Darilek 2025-02-14 13:01:44 -06:00
parent 838941b56b
commit a5f06924da
11 changed files with 123 additions and 57 deletions

View file

@ -8,5 +8,12 @@
reverse_proxy localhost:8000
'';
};
environment.systemPackages = with pkgs; [ audible-cli ];
environment.systemPackages = with pkgs; [
audible-cli
ffmpeg
lame
jq
mp4v2
mediainfo
];
}