[NixOS] Use jonaburg picom

This commit is contained in:
2021-08-03 10:09:34 -06:00
parent 613d6f3d97
commit 334fe8cab3
3 changed files with 12 additions and 3 deletions

View File

@@ -112,9 +112,7 @@
Install = { WantedBy = [ "graphical-session.target" ]; };
Service = {
# Temporarily fixes corrupt colours with Mesa 18.
Environment = [ "allow_rgb10_configs=false" ];
ExecStart = "${pkgs.picom}/bin/picom";
ExecStart = "${pkgs.picom}/bin/picom --experimental-backends";
Restart = "always";
RestartSec = 3;
};