all repos — nixfiles @ 894e28028f2eb3c0e92d61725a5b2993a634763b

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

user/config.nix (view raw)

1
2
3
4
{ pkgs }: {
  allowUnfree = true;
  allowUnfreePredicate = pkg: true;
}