summaryrefslogtreecommitdiffstats
path: root/apple
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 14:19:38 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 14:19:38 +0000
commitf31e4afea549646a5085aec95796a9f04036c3e1 (patch)
tree5f90be60e2e21fa9e050fbb66c7c13f62b9e3fb8 /apple
parent4570276556eb917caa75be07004ded895ea06041 (diff)
apple/macbook-pro/10-1: elaborate more on NVidia driver
Diffstat (limited to 'apple')
-rw-r--r--apple/macbook-pro/10-1/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/apple/macbook-pro/10-1/default.nix b/apple/macbook-pro/10-1/default.nix
index c2fa79f..0fa8a2f 100644
--- a/apple/macbook-pro/10-1/default.nix
+++ b/apple/macbook-pro/10-1/default.nix
@@ -10,7 +10,9 @@
services.xserver = {
libinput.enable = lib.mkDefault true;
+
# TODO: we should not enable unfree drivers
+ # when there is an alternative (i.e. nouveau)
videoDrivers = [ "nvidia" ];
};
}