Looks like the rdna colour/gamma bug has been fixed upstream

This commit is contained in:
William 2023-08-26 15:27:32 -03:00
parent 29a7a90a81
commit d9cf86c165

View file

@ -40,15 +40,9 @@
"clearcpuid=514" "clearcpuid=514"
]; ];
environment.sessionVariables = {
KWIN_DRM_NO_AMS =
"1"; # RDNA2 colour/gamma modesetting bug workaround for kwin wayland
};
programs = { programs = {
corectrl.enable = true; corectrl.enable = true;
steam.dedicatedServer.openFirewall = true; steam.dedicatedServer.openFirewall = true;
droidcam.enable = true;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [