Files
system-config/home-manager/features/audio.nix
2025-02-01 17:22:56 -08:00

8 lines
156 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
pulseaudio # for pactl and other tools
pavucontrol # GUI volume control with lots of options
];
}