Lots of fixy business

This commit is contained in:
2024-07-28 01:40:50 +01:00
parent 3b6a816df6
commit d6311eb216
9 changed files with 60 additions and 142 deletions

View File

@@ -20,12 +20,6 @@
services.xserver = {
dpi = 144;
videoDrivers = ["nvidia"];
screenSection = ''
Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On}"
Option "AllowIndirectGLXProtocol" "off"
Option "TripleBuffer" "on"
'';
};
boot.loader.systemd-boot.enable = false;
@@ -36,8 +30,6 @@
efiSupport = true;
};
boot.kernelParams = ["initcall_blacklist=simpledrm_platform_driver_init"];
time.hardwareClockInLocalTime = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
@@ -50,9 +42,6 @@
enable = true;
};
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
hardware.nvidia.modesetting.enable = true;
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;