Added kernel parameter to end flickering, I think.

This commit is contained in:
vorboyvo 2024-05-04 23:48:32 -04:00
parent eac6df85d3
commit f35dc36550

View file

@ -17,6 +17,10 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [
"amdgpu.sg_display=0"
];
# Enable flakes. # Enable flakes.
nix = { settings.experimental-features = [ "nix-command" "flakes" ]; }; nix = { settings.experimental-features = [ "nix-command" "flakes" ]; };