tweak(audio,qtile): use sound.mediaKeys
This commit is contained in:
parent
9f979bb847
commit
1251d4e050
2 changed files with 7 additions and 18 deletions
|
@ -12,8 +12,14 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
sound = {
|
||||
enable = true;
|
||||
mediaKeys = {
|
||||
enable = true;
|
||||
volumeStep = "2%";
|
||||
};
|
||||
};
|
||||
|
||||
# HACK Prevents ~/.esd_auth files by disabling the esound protocol module
|
||||
# for pulseaudio, which I likely don't need. Is there a better way?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue