2024-04-17 05:52:14 +05:00
|
|
|
{
|
|
|
|
boot.loader.systemd-boot.enable = true;
|
|
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
2024-05-01 15:39:14 +03:00
|
|
|
boot.initrd.kernelModules = [ "nvidia" ];
|
2024-04-17 05:52:14 +05:00
|
|
|
boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ];
|
|
|
|
}
|