use unstable packages
This commit is contained in:
parent
022e27b7d4
commit
b448c572d5
2 changed files with 6 additions and 2 deletions
|
|
@ -4,4 +4,8 @@ final: prev: {
|
|||
picom = prev.picom.overrideAttrs (old: {
|
||||
src = inputs.picom;
|
||||
});
|
||||
unstable = import inputs.unstable {
|
||||
system = prev.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue