nix-home/home/config.nix

9 lines
211 B
Nix
Raw Normal View History

2021-10-09 02:52:28 +00:00
{
allowUnfree = true;
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
}