all repos — nixfiles @ 53687da4e36199d3c9e0f6df2d9185473b9d2294

System and user configuration, managed by nix and home-manager

user/config.nix (view raw)

1
2
3
4
5
{ pkgs }: {
  allowUnfree = true;
  allowUnfreePredicate = pkg: true;
  input-fonts.acceptLicense = true;
}