8 lines
221 B
Nix
8 lines
221 B
Nix
|
{ kde, kdelibs, libcanberra, pulseaudio }:
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libcanberra pulseaudio ];
|
||
|
meta = {
|
||
|
description = "sound mixer, an application to allow you to change the volume of your sound card";
|
||
|
};
|
||
|
}
|