Added kernel parameter to end flickering, I think.
This commit is contained in:
parent
eac6df85d3
commit
f35dc36550
|
|
@ -17,6 +17,10 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.kernelParams = [
|
||||
"amdgpu.sg_display=0"
|
||||
];
|
||||
|
||||
# Enable flakes.
|
||||
nix = { settings.experimental-features = [ "nix-command" "flakes" ]; };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue