mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
apple/macbook-pro/10-1: elaborate more on NVidia driver
This commit is contained in:
parent
4570276556
commit
f31e4afea5
1 changed files with 2 additions and 0 deletions
|
|
@ -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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue