diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-06 18:37:57 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-06 18:37:57 +0200 |
| commit | 13a23e8d26d54d2c199fd444d0267b458d438312 (patch) | |
| tree | 7829951b431587228d06bf6aa6315cccede13fb8 | |
| parent | 79be15bfe2e9de5851e4f6f7fba9b21e507e5f64 (diff) | |
Added useful packages to herra
| -rw-r--r-- | hosts/herra/packages.nix | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/hosts/herra/packages.nix b/hosts/herra/packages.nix new file mode 100644 index 0000000..43cfa19 --- /dev/null +++ b/hosts/herra/packages.nix @@ -0,0 +1,22 @@ +{pkgs}: { + environment.systemPackages = with pkgs; [ + # System + btop + radeontop + alsamixer + + # Streaming / Recording + obs-studio + easyeffects + obs-ndi + + # Audio + pavucontrol + jack + + # Video + ffmpeg + v4l-utils + cheese + ]; +} |
