diff --git a/modules/home-manager/profiles/overlays.nix b/modules/home-manager/profiles/overlays.nix new file mode 100644 index 00000000..7f970643 --- /dev/null +++ b/modules/home-manager/profiles/overlays.nix @@ -0,0 +1,6 @@ +# A module for specifically setting the nixpkgs instance with our own overlays. +{ lib, ... }: + +{ + nixpkgs.overlays = lib.attrValues (import ../../../overlays); +}