sound.enableMediaKeys
can be used on all ThinkPads
This commit is contained in:
parent
348f0466b5
commit
12f5a724ce
|
@ -17,4 +17,6 @@ with lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.acpi ];
|
environment.systemPackages = [ pkgs.acpi ];
|
||||||
|
|
||||||
|
sound.enableMediaKeys = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,4 @@
|
||||||
|
|
||||||
# video card
|
# video card
|
||||||
services.xserver.videoDrivers = ["ati"];
|
services.xserver.videoDrivers = ["ati"];
|
||||||
|
|
||||||
# media keys
|
|
||||||
sound.enableMediaKeys = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
# hard disk protection if the laptop falls
|
# hard disk protection if the laptop falls
|
||||||
services.hdapsd.enable = true;
|
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`)
|
# fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
|
||||||
#services.fprintd.enable = true;
|
#services.fprintd.enable = true;
|
||||||
#security.pam.services.login.fprintAuth = true;
|
#security.pam.services.login.fprintAuth = true;
|
||||||
|
|
Loading…
Reference in a new issue