Move ansible-sshjail and zsh-histdb into my config instead of living as separate flakes.

This commit is contained in:
Tom Alexander
2025-10-05 21:37:26 -04:00
parent ae6cce96a2
commit 3d9513f2c5
31 changed files with 10 additions and 357 deletions

View File

@@ -109,6 +109,12 @@ in
];
};
};
nixpkgs.overlays = [
(final: prev: {
zsh-histdb = (final.callPackage ./package/zsh-histdb/package.nix { });
})
];
}
]
);