Install atuin with ai enabled
This commit is contained in:
@@ -32,6 +32,29 @@ with lib; {
|
|||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.atuin = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
daemon.enable = true;
|
||||||
|
settings = {
|
||||||
|
auto_sync = false;
|
||||||
|
ai = {
|
||||||
|
enabled = true;
|
||||||
|
capabilites = {
|
||||||
|
enable_file_tools = false;
|
||||||
|
enable_command_execution = false;
|
||||||
|
enable_history_output = false;
|
||||||
|
enable_history_search = true;
|
||||||
|
};
|
||||||
|
opening = {
|
||||||
|
# The context sent to the ai
|
||||||
|
send_cwd = false;
|
||||||
|
send_last_command = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user