Compare commits

..

No commits in common. "f7ac2caaeec7ea50b20ebc377a6b82feda1f3cb8" and "79908fae936fffb733462558e611ebd3950cdf87" have entirely different histories.

4 changed files with 7 additions and 17 deletions

View File

@ -70,6 +70,7 @@ makeEnable config "modules.desktop" true {
networkmanagerapplet
notify-osd-customizable
okular
picom
pinentry
psensor
quassel

View File

@ -85,16 +85,6 @@ in
'';
};
};
"docs.railbird.ai" = {
enableACME = true;
forceSSL = true;
root = "/var/lib/syncthing/railbird/docs";
locations."/" = {
extraConfig = ''
autoindex on;
'';
};
};
};
};

View File

@ -17,14 +17,14 @@ final: prev: {
};
});
picom-pijulius = prev.picom-pijulius.overrideAttrs (old: {
picom = prev.picom.overrideAttrs (old: {
src = prev.fetchFromGitHub {
repo = "picom";
owner = "pijulius";
rev = "cb93ce9aeed7362c10f2537cd51f4ba45e7d88b5";
sha256 = "sha256-VAYC4ksQHnO3PctkmPlO/5/lL/7vLcHYRptwb03Hcwc=";
owner = "dccsillag";
rev = "51b21355696add83f39ccdb8dd82ff5009ba0ae5";
sha256 = "sha256-crCwRJd859DCIC0pEerpDqdX2j8ZrNAzVaSSB3mTPN8==";
};
nativeBuildInputs = old.nativeBuildInputs ++ [final.asciidoctor];
nativeBuildInputs = old.nativeBuildInputs ++ [final.pcre];
});
expressvpn = prev.expressvpn.overrideAttrs (_: {

View File

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