overlays: cleanup unused and unnecessary overlays

This commit is contained in:
LavaDesu 2021-12-07 12:13:53 +07:00
parent 542c687054
commit e844e3e0f9
Signed by: cilly
GPG key ID: 6500251E087653C9
7 changed files with 0 additions and 102 deletions

View file

@ -1,15 +0,0 @@
self: super: {
picom = super.picom.overrideAttrs (old: {
src = super.fetchFromGitHub {
repo = "picom";
owner = "ibhagwan";
rev = "60eb00ce1b52aee46d343481d0530d5013ab850b";
sha256 = "1m17znhl42sa6ry31yiy05j5ql6razajzd6s3k2wz4c63rc2fd1w";
# owner = "jonaburg";
# rev = "a8445684fe18946604848efb73ace9457b29bf80";
# sha256 = "154s67p3lxdv9is3lnc32j48p7v9n18ga1j8ln1dxcnb38c19rj7";
};
});
}