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