all repos — nixfiles @ 55bc4ae0d6c404fb7deb9b6c2120a7726f6ce725

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