dotfiles/system/shared/nixpkgs.nix

6 lines
87 B
Nix

{}: {
config = { allowUnfree = true; };
overlays = [ (import ./overlays.nix) ];
}