dotfiles/modules/config/ai.nix

9 lines
82 B
Nix
Raw Normal View History

2024-10-24 20:32:29 +02:00
{ lib
, ...
}:
with lib;
{
options.my.ai.enable = mkEnableOption "AI stuff";
}