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