nixos-combined-flake/modules/home-manager/base/nixpkgs.nix

6 lines
54 B
Nix

{
nixpkgs = {
config.allowUnfree = true;
};
}