summary refs log tree commit diff stats
path: root/user/config.nix
blob: d138ff204d51437bb3e1a6c6cee8c64a7110f093 (plain)
1
2
3
4
{pkgs}: {
  allowUnfree = true;
  allowUnfreePredicate = pkg: true;
}