dotfiles/overlays/default.nix

10 lines
181 B
Nix
Raw Normal View History

2021-09-11 12:27:37 +02:00
{ inputs }:
final: prev: {
2021-10-19 11:55:23 +02:00
stable = import inputs.stable {
2021-10-31 15:24:24 +01:00
inherit (prev) system;
2021-09-14 23:34:44 +02:00
config.allowUnfree = true;
};
2021-10-31 15:24:24 +01:00
nur = import inputs.nur { inherit (prev) system; };
2021-09-11 12:27:37 +02:00
}