7 lines
198 B
Nix
7 lines
198 B
Nix
{
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
|
boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ];
|
|
}
|