nixos-config/home/modules/nixpkgs.nix

11 lines
138 B
Nix

_:
{
nixpkgs.config.allowUnfree = true;
xdg.configFile."nixpkgs/config.nix".text = ''
{
allowUnfree = true;
}
'';
}