add navidrome, nfs and slskd
This commit is contained in:
+5
-3
@@ -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 ]))
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user