Cleanup up overlays

This commit is contained in:
Tim Schubert 2021-01-02 10:59:48 +01:00
parent bb066a3cd0
commit 5ac78aa3ce
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
4 changed files with 14 additions and 13 deletions

View file

@ -1,3 +1,9 @@
{
tubslatex = import ./tubslatex.nix;
dadadaKeys = self: super: {
dadadaKeys = super.callPackage ../pkgs/keys { };
};
homePage = self: super: {
homePage = super.callPackage ../pkgs/homePage { };
};
}