add intel
This commit is contained in:
parent
a9ab6b7869
commit
13418a039b
2 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,8 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.xserver.videoDrivers = [ "intel" "nvidia" ];
|
||||||
|
|
||||||
# garbage collection
|
# garbage collection
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
|
@ -15,6 +15,7 @@ in
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO(sako) make this an option
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
|
|
Loading…
Reference in a new issue