dotfiles/overlays/default.nix

10 lines
181 B
Nix

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