nix-home/home/config.nix

9 lines
191 B
Nix
Raw Normal View History

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