aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/herra/packages.nix22
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
+ ];
+}