organization p2

This commit is contained in:
2025-06-08 18:47:39 -06:00
parent 8a02320f12
commit 5593b85524
10 changed files with 48 additions and 22 deletions

View File

@@ -72,7 +72,7 @@
modules = [
{
nixpkgs.overlays = [
(import ./overlay.nix { inherit mkpkgs inputs; })
(import ./config/overlay.nix { inherit mkpkgs inputs; })
inputs.doom-emacs.overlays.default
];
}