diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 12:01:06 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 12:01:06 +0200 |
| commit | a45c06bed56d8429e0e6fb44bbfbbdfbebdbe186 (patch) | |
| tree | fda705126d54608390cb5f0b07c86ba38650f2c0 | |
| parent | eecfd452027e8c5feab39c05ead74d7ca7d02d26 (diff) | |
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)
| -rw-r--r-- | hosts/herra/packages.nix | 6 |
1 files 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 |
