Commit e9c06a48cdc8

Vincent Demeester <vincent@sbr.pm>
2025-02-19 08:11:52
users/vincent: create an dev/ai.nix file
1 parent 052cab1
Changed files (2)
users
users/vincent/dev/ai.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+
+{
+  home.packages = with pkgs; [
+    aichat
+    aider-chat
+    python313Packages.google-generativeai
+  ];
+}
users/vincent/dev/default.nix
@@ -2,6 +2,7 @@
 
 {
   imports = [
+    ./ai.nix
     ./go.nix
     ./js.nix
     ./lisp.nix
@@ -13,7 +14,6 @@
   home.extraOutputsToInstall = [ "doc" "info" "devdoc" ];
 
   home.packages = with pkgs; [
-    aichat
     binutils
     cmake
     codespell