added overlays

dev-docs
Moritz Böhme 2021-09-11 10:27:37 +00:00
parent f8b55993ce
commit ea4ddd6dff
1 changed files with 8 additions and 0 deletions

8
overlays/default.nix Normal file
View File

@ -0,0 +1,8 @@
{ inputs }:
final: prev: {
picom = prev.picom.overrideAttrs (old: {
version = "unstable-2021-08-04";
src = inputs.picom;
});
}