From 5d70868e4fee7227587c91a53a91fcf98990519c Mon Sep 17 00:00:00 2001 From: OlivierChiasson Date: Wed, 15 Jul 2026 18:20:50 -0300 Subject: [PATCH] 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. --- modules/hosts/14900k/_private/ai.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/14900k/_private/ai.nix b/modules/hosts/14900k/_private/ai.nix index 2b075a4..d162c8a 100644 --- a/modules/hosts/14900k/_private/ai.nix +++ b/modules/hosts/14900k/_private/ai.nix @@ -7,5 +7,5 @@ # Replace the old acceleration line with this: 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];}]; } \ No newline at end of file