dotfiles/defaults/base/overlays.nix
2024-04-10 10:53:41 +07:00

13 lines
210 B
Nix

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