Centralize overlay path specification

This commit is contained in:
Spotlight 2024-05-27 21:23:51 -04:00
parent cca0dd227f
commit a3848d5d18
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
4 changed files with 36 additions and 37 deletions

View file

@ -54,10 +54,6 @@
nixpkgs = {
# TODO(spotlightishere): Make this configurable beyond a singular device.
hostPlatform = "aarch64-darwin";
# Custom packages.
# TODO(spotlightishere): Why does this need to be specified in both home-manager and globally?
overlays = [ (import ../pkgs/default.nix) ];
};
# Our singular user!