Adds some audio utilities
This commit is contained in:
7
home-manager/features/audio.nix
Normal file
7
home-manager/features/audio.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
pulseaudio # for pactl and other tools
|
||||
pavucontrol # GUI volume control with lots of options
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user