Commit e9c06a48cdc8
Changed files (2)
users
vincent
dev
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