nix-home/home/config.nix
2022-05-31 17:01:35 +00:00

9 lines
191 B
Nix

{
allowUnfree = true;
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
}