13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-LbRhsW2MiTYWSH6X9Pz9XdJdH9Na0QCO8CFmlzZmDjQ=";
37 description = "Pulseaudio command line mixer";
40 - Get the current volume of the default sink, the default source or a selected one by its id
41 - Set the volume for the default sink, the default source or any other device
44 - Increase / Decrease the volume for a device
45 - Mute or unmute a device
47 homepage = "https://github.com/cdemoulins/pamixer";
48 maintainers = with maintainers; [ thiagokokada ];
49 license = licenses.gpl3;
50 platforms = platforms.linux;
51 mainProgram = "pamixer";