[NixOS] Changes for bump

This commit is contained in:
2024-02-12 22:05:06 -07:00
parent 61752b600d
commit e7d536417c
5 changed files with 29 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ final: prev: {
};
});
picom = prev.picom.overrideAttrs(_: {
picom-ivan = prev.picom-jonaburg.overrideAttrs(old: {
src = prev.fetchFromGitHub {
repo = "picom";
owner = "dccsillag";