funkytions/nightmare.nix

4 lines
101 B
Nix

{ pkgs, ... }: {
getKittyColorscheme = pkgs.callPackage ./nightmare/getKittyColorscheme.nix { };
}