add navidrome, nfs and slskd

This commit is contained in:
2026-07-23 01:24:08 +02:00
parent 497ca74787
commit 8cfe8b7c6f
7 changed files with 156 additions and 12 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
environment.systemPackages = (with pkgs; [
wget
nixfmt
tree-sitter
@@ -11,8 +11,10 @@
unzip
scdl
aria2
python3
nodejs
gomi
];
slskd
sops
(python314.withPackages(ps: with ps; [ requests python-dotenv ]))
]);
}