Commit e1f4406c0375
Changed files (2)
systems
hosts
users
vincent
dev
systems/hosts/wakasu.nix
@@ -169,6 +169,7 @@ in
};
};
services = {
+ ollama.enable = true;
dictd = {
enable = true;
DBs = with pkgs.dictdDBs; [ wiktionary wordnet fra2eng eng2fra ];
users/vincent/dev/ai.nix
@@ -4,6 +4,9 @@
home.packages = with pkgs; [
aichat
aider-chat
+ goose-cli
+ ollama
+ oterm
python312Packages.google-generativeai
python313Packages.google-generativeai
repomix