[NixOS] Fix picom service

This commit is contained in:
2024-02-15 00:01:19 -07:00
parent 45fd9aadef
commit 4700030548
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,6 @@ makeEnable config "modules.xmonad" true {
vSync = config.modules.xmonad.picom.vSync.enable;
backend = "glx";
extraArgs = ["--experimental-backends"];
package = pkgs.picom-ivan;
settings = {
animations = true;