dotfiles/defaults/base/overlays.nix
2020-11-30 19:03:30 +01:00

7 lines
198 B
Nix

{ config, lib, pkgs, options, ... }:
{
nixpkgs.overlays = [ (import ../../overlays) ];
nix.nixPath = options.nix.nixPath.default
++ [ "nixpkgs-overlays=/etc/nixos/overlays/_nix-path/" ];
}