🚀 use picom next

This commit is contained in:
Moritz Böhme 2022-02-07 18:14:25 +01:00
parent 9676593e96
commit 69d5aca908
No known key found for this signature in database
GPG key ID: 213820E2795F5CF5
4 changed files with 2 additions and 35 deletions

View file

@ -1,7 +1,6 @@
{ inputs }:
final: prev: {
picom = prev.picom.overrideAttrs (old: { src = inputs.picom; });
stable = import inputs.stable {
inherit (prev) system;
config.allowUnfree = true;