all repos — nixfiles @ 58f56db988eb929d4f1a55987d3200f9bdd78175

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