all repos — nixfiles @ 08949c12736661b30cd45ba4b563a45816a0d868

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