flake: add unstable
This commit is contained in:
parent
b9fd4e0b7e
commit
e10fc81ebb
3 changed files with 27 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
rec {
|
||||
all = [
|
||||
scripts
|
||||
unstable
|
||||
themes
|
||||
new-packages
|
||||
patches
|
||||
|
@ -11,6 +12,10 @@ rec {
|
|||
|
||||
scripts = (import ../scripts);
|
||||
|
||||
unstable = final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable { inherit (final) system config; };
|
||||
};
|
||||
|
||||
themes = (
|
||||
final: prev: {
|
||||
papirus_red = (final.papirus-icon-theme.override { color = "red"; });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue