all repos — nixfiles @ 08e97185028b7f12259a483c8fe45ec082eda989

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;
}