flake: add unstable

This commit is contained in:
Leonardo Eugênio 2024-09-25 22:24:46 -03:00
parent b9fd4e0b7e
commit e10fc81ebb
3 changed files with 27 additions and 1 deletions

View file

@ -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"; });