7 lines
56 B
Nix
7 lines
56 B
Nix
{
|
|
lib
|
|
}:
|
|
with lib;
|
|
{
|
|
enable = mkEnableOpt "Kitty";
|
|
} |