dotfiles/defaults/base/overlays.nix
2023-04-21 10:27:43 +02:00

7 lines
200 B
Nix

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