Add helix to server

This commit is contained in:
Jan Kremer 2026-03-15 16:27:54 +01:00
parent aba334063b
commit 34683265e7
No known key found for this signature in database

View file

@ -78,10 +78,11 @@
};
};
environment.systemPackages = [
pkgs.yt-dlp
pkgs.spotdl
pkgs.ffmpeg
environment.systemPackages = with pkgs; [
yt-dlp
spotdl
ffmpeg
helix
];
time.timeZone = "Europe/Berlin";