1
Fork 0
satellite/modules/overlays/myPackages.nix

6 lines
153 B
Nix
Raw Normal View History

2022-03-10 20:59:18 +01:00
self: super:
with self; {
myHelpers = self.callPackage (import ../helpers.nix) { };
myThemes = self.callPackage (import ../themes/themes.nix) { };
}