use unstable packages

This commit is contained in:
Moritz Böhme 2021-09-14 23:34:44 +02:00
parent 022e27b7d4
commit b448c572d5
2 changed files with 6 additions and 2 deletions

View file

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