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