Commit e1f4406c0375

Vincent Demeester <vincent@sbr.pm>
2025-03-20 19:42:08
Add some AI related packages
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ce98e16
Changed files (2)
systems
users
vincent
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