From 34683265e7d834711ebee81d7d3a1326c206e99a Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Sun, 15 Mar 2026 16:27:54 +0100 Subject: [PATCH] Add helix to server --- hosts/galanthus/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/galanthus/configuration.nix b/hosts/galanthus/configuration.nix index 5b26ddf..aac0b70 100644 --- a/hosts/galanthus/configuration.nix +++ b/hosts/galanthus/configuration.nix @@ -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";