refactor: use overlays for my custom packages

This commit is contained in:
matt1432 2025-03-04 16:40:21 -05:00
parent a4829b0bab
commit 8ba117e22b
40 changed files with 176 additions and 169 deletions
lib/flake

View file

@ -15,6 +15,9 @@ in rec {
[
(inputs.self.overlays.nix-version {inherit nix;})
inputs.self.overlays.misc-fixes
inputs.self.overlays.appsPackages
inputs.self.overlays.selfPackages
inputs.self.overlays.scopedPackages
]
++ (cfg.overlays or []);
config =