From a45c06bed56d8429e0e6fb44bbfbbdfbebdbe186 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 7 Apr 2026 12:01:06 +0200 Subject: Fixed package names in herra configuration - Changed alsamixer to alsa-utils (correct package name) - Changed jack to jack2 (correct package name) - Removed obs-ndi (not available in current package set) --- hosts/herra/packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/herra/packages.nix b/hosts/herra/packages.nix index d8c6755..f8c8c5d 100644 --- a/hosts/herra/packages.nix +++ b/hosts/herra/packages.nix @@ -3,16 +3,16 @@ # System btop radeontop - alsamixer + alsa-utils # provides alsamixer # Streaming / Recording obs-studio easyeffects - obs-ndi + # obs-ndi not available in current package set # Audio pavucontrol - jack + jack2 # Video ffmpeg -- cgit v1.2.3