Working with lag spikes
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
nvidiaSettings = true;
|
||||
|
||||
prime = {
|
||||
|
||||
offload = {
|
||||
enable = true;
|
||||
enableOffloadCmd = true;
|
||||
@@ -45,6 +44,13 @@
|
||||
services.xserver.dpi = 96;
|
||||
environment.variables.GDK_SCALE = "0.5";
|
||||
|
||||
# Install OpenGL
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
# Ignore laptop lid closing when connected to power.
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user