9 lines
85 B
Nix
9 lines
85 B
Nix
{
|
|
lib,
|
|
mylib
|
|
}:
|
|
with lib;
|
|
with mylib.modules;
|
|
{
|
|
enable = mkEnableOpt "Kitty";
|
|
} |