pavucontrol

This commit is contained in:
KnightArtorias 2026-02-23 23:03:52 +00:00
parent beeea722f1
commit 3dc4d056e1
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
imports = [
./steam.nix
./pwvucontrol.nix
./pavucontrol.nix
./wine.nix
./virt-manager.nix
./hsr.nix

View file

@ -2,6 +2,7 @@
{
environment.systemPackages = with pkgs; [
pwvucontrol
pavucontrol
pactl
];
}