switched to unstable

This commit is contained in:
Moritz Böhme 2021-10-19 11:55:23 +02:00
parent 8c11ceb7cf
commit d1f6e6d954
3 changed files with 35 additions and 25 deletions

View file

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