added overlays
This commit is contained in:
parent
f8b55993ce
commit
ea4ddd6dff
1 changed files with 8 additions and 0 deletions
8
overlays/default.nix
Normal file
8
overlays/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ inputs }:
|
||||||
|
|
||||||
|
final: prev: {
|
||||||
|
picom = prev.picom.overrideAttrs (old: {
|
||||||
|
version = "unstable-2021-08-04";
|
||||||
|
src = inputs.picom;
|
||||||
|
});
|
||||||
|
}
|
Loading…
Reference in a new issue