feat(14900k): replace windsurf with devin-desktop in olivier's extra packages

Update the extra packages for user olivier in the private AI module
to include devin-desktop instead of windsurf.
This commit is contained in:
2026-07-15 18:20:50 -03:00
parent db88a44435
commit 5d70868e4f
+1 -1
View File
@@ -7,5 +7,5 @@
# Replace the old acceleration line with this: # Replace the old acceleration line with this:
package = pkgs.ollama-cuda; package = pkgs.ollama-cuda;
}; };
chiasson.users.extraModules.olivier = [{chiasson.home.extraPackages = with pkgs; [ zed-editor windsurf];}]; chiasson.users.extraModules.olivier = [{chiasson.home.extraPackages = with pkgs; [ zed-editor devin-desktop];}];
} }