all repos — nixfiles @ 85aed2343af26b278eb8254846554881f8e35330

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