nixos: alsa: better docstring

This commit is contained in:
Jan Malakhovski 2018-04-25 07:11:49 +00:00 committed by Jörg Thalheim
parent 900cec79a0
commit 5ec94de03c

View File

@ -54,6 +54,11 @@ in
description = '' description = ''
Whether to enable volume and capture control with keyboard media keys. Whether to enable volume and capture control with keyboard media keys.
You want to leave this disabled if you run a desktop environment
like KDE, Gnome, Xfce, etc, as those handle such things themselves.
You might want to enable this if you run a minimalistic desktop
environment or work from bare linux ttys/framebuffers.
Enabling this will turn on <option>services.actkbd</option>. Enabling this will turn on <option>services.actkbd</option>.
''; '';
}; };