4 lines
101 B
Nix
4 lines
101 B
Nix
{ pkgs, ... }: {
|
|
getKittyColorscheme = pkgs.callPackage ./nightmare/getKittyColorscheme.nix { };
|
|
}
|