[NixOS] Fix picom service
This commit is contained in:
parent
45fd9aadef
commit
4700030548
@ -17,13 +17,14 @@ final: prev: {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
picom-ivan = prev.picom-jonaburg.overrideAttrs(old: {
|
picom = prev.picom.overrideAttrs(old: {
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
repo = "picom";
|
repo = "picom";
|
||||||
owner = "dccsillag";
|
owner = "dccsillag";
|
||||||
rev = "51b21355696add83f39ccdb8dd82ff5009ba0ae5";
|
rev = "51b21355696add83f39ccdb8dd82ff5009ba0ae5";
|
||||||
sha256 = "sha256-crCwRJd859DCIC0pEerpDqdX2j8ZrNAzVaSSB3mTPN8==";
|
sha256 = "sha256-crCwRJd859DCIC0pEerpDqdX2j8ZrNAzVaSSB3mTPN8==";
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = old.nativeBuildInputs ++ [ final.pcre ];
|
||||||
});
|
});
|
||||||
|
|
||||||
expressvpn = prev.expressvpn.overrideAttrs(_: {
|
expressvpn = prev.expressvpn.overrideAttrs(_: {
|
||||||
|
@ -83,7 +83,6 @@ makeEnable config "modules.xmonad" true {
|
|||||||
vSync = config.modules.xmonad.picom.vSync.enable;
|
vSync = config.modules.xmonad.picom.vSync.enable;
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
extraArgs = ["--experimental-backends"];
|
extraArgs = ["--experimental-backends"];
|
||||||
package = pkgs.picom-ivan;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
animations = true;
|
animations = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user