test
This commit is contained in:
parent
91d5fca394
commit
6a3c987808
2 changed files with 7 additions and 4 deletions
|
@ -32,10 +32,10 @@
|
|||
enable = true;
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
libinput = {
|
||||
enable = true;
|
||||
touchpad.tapping = true;
|
||||
};
|
||||
# libinput = {
|
||||
# enable = true;
|
||||
# touchpad.tapping = true;
|
||||
# };
|
||||
|
||||
# Enable nVidia drivers
|
||||
videoDrivers = [ "nvidia" ];
|
||||
|
|
|
@ -32,7 +32,10 @@
|
|||
opengl.enable = true;
|
||||
opengl.driSupport32Bit = true;
|
||||
|
||||
nvidia.powerManagement.enable = true;
|
||||
|
||||
nvidia.prime = {
|
||||
offload.enable = true;
|
||||
intelBusId = lib.mkDefault "PCI:0:2:0";
|
||||
nvidiaBusId = lib.mkDefault "PCI:1:0:0";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue