1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-16 09:38:30 +02:00

apple/macbook-pro/10-1: elaborate more on NVidia driver

This commit is contained in:
Yegor Timoshenko 2017-12-24 14:19:38 +00:00
parent 4570276556
commit f31e4afea5
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210

View File

@ -10,7 +10,9 @@
services.xserver = { services.xserver = {
libinput.enable = lib.mkDefault true; libinput.enable = lib.mkDefault true;
# TODO: we should not enable unfree drivers # TODO: we should not enable unfree drivers
# when there is an alternative (i.e. nouveau)
videoDrivers = [ "nvidia" ]; videoDrivers = [ "nvidia" ];
}; };
} }