feat(pkgs): Add pulseaudio-ctl

This is required for i3!
This commit is contained in:
Vincent Ambo 2017-10-24 01:20:25 +02:00
parent 2c3ea872d6
commit 2eb27420e1
2 changed files with 27 additions and 0 deletions

View file

@ -66,6 +66,7 @@ in {
(import pkgs/mq-cli.nix)
(import pkgs/nixfd.nix)
(import pkgs/terraform-bin.nix)
(import pkgs/pulseaudio-ctl.nix)
];
}