1
Files
flake-nixinator/home/modules/kitty/options.nix

7 lines
56 B
Nix

{
lib
}:
with lib;
{
enable = mkEnableOpt "Kitty";
}