[system]: Nvidia

This commit is contained in:
2024-05-01 15:39:14 +03:00
parent 999718f06e
commit aea3998da7
6 changed files with 35 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.kernelModules = [ "amdgpu" ];
boot.initrd.kernelModules = [ "nvidia" ];
boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ];
}