Add scripts
This commit is contained in:
parent
4be94e5ed8
commit
73eff3459e
4 changed files with 15 additions and 1 deletions
|
@ -6,4 +6,7 @@
|
|||
homePage = self: super: {
|
||||
homePage = super.callPackage ../pkgs/homePage { };
|
||||
};
|
||||
dadadaScripts = self: super: {
|
||||
dadadaScripts = super.callPackage ../pkgs/scripts.nix { };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue