refactor: add ai config option
This commit is contained in:
parent
e525d68112
commit
72e98aa61c
3 changed files with 43 additions and 30 deletions
8
modules/config/ai.nix
Normal file
8
modules/config/ai.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib
|
||||
, ...
|
||||
}:
|
||||
|
||||
with lib;
|
||||
{
|
||||
options.my.ai.enable = mkEnableOption "AI stuff";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue