nixos: alsa: better docstring

Changed files
+5
nixos
modules
services
audio
+5
nixos/modules/services/audio/alsa.nix
···
description = ''
Whether to enable volume and capture control with keyboard media keys.
Enabling this will turn on <option>services.actkbd</option>.
'';
};
···
description = ''
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>.
'';
};