dotfiles/overlays/default.nix
2022-02-07 18:15:38 +01:00

9 lines
181 B
Nix

{ inputs }:
final: prev: {
stable = import inputs.stable {
inherit (prev) system;
config.allowUnfree = true;
};
nur = import inputs.nur { inherit (prev) system; };
}