diff --git a/modules/home/gui/apps/develop/default.nix b/modules/home/gui/apps/develop/default.nix index 373bb33..27a7d0f 100644 --- a/modules/home/gui/apps/develop/default.nix +++ b/modules/home/gui/apps/develop/default.nix @@ -2,6 +2,6 @@ imports = [ ./vscodium ]; config = lib.mkIf (config.syscfg.make.develop) { - home.packages = with pkgs; [ blender godot_4 openscad-unstable orca-slicer pandoc]; + home.packages = with pkgs; [ blender godot_4 openscad-unstable orca-slicer pandoc claude-code]; }; }