atau-nixpkgs/overlay.nix

11 lines
444 B
Nix

prev: final: {
atau-pkgs = {
atau-wallpapers = final.callPackage ./atau-wallpapers { };
gtk-theme-mac-os-9 = final.callPackage ./gtk-theme-mac-os-9 { };
theme-platinum9 = final.callPackage ./theme-platinum9 { };
nineicons-redux = final.callPackage ./nineicons-redux { };
lunchtype-ttf = final.callPackage ./atau-fonts/lunchtype-ttf.nix { };
space-grotesk = final.callPackage ./atau-fonts/space-grotesk.nix { };
};
}