aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/packages.nix
blob: 43cfa197746b825f1ed8c59446d547b2a8b7e704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
  ];
}