sound.enableMediaKeys can be used on all ThinkPads

This commit is contained in:
Maximilian Bosch 2017-09-21 00:11:34 +02:00
parent 348f0466b5
commit 12f5a724ce
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
3 changed files with 2 additions and 6 deletions

View file

@ -17,4 +17,6 @@ with lib;
};
environment.systemPackages = [ pkgs.acpi ];
sound.enableMediaKeys = true;
}

View file

@ -16,7 +16,4 @@
# video card
services.xserver.videoDrivers = ["ati"];
# media keys
sound.enableMediaKeys = true;
}

View file

@ -14,9 +14,6 @@
# hard disk protection if the laptop falls
services.hdapsd.enable = true;
# enable volume control buttons
sound.enableMediaKeys = true;
# fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
#services.fprintd.enable = true;
#security.pam.services.login.fprintAuth = true;