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
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
|
@ -15,6 +15,7 @@ in
|
|||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
# TODO(sako) make this an option
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
hardware.nvidia = {
|
||||
|
|
Loading…
Reference in a new issue