From 704a72b3ca5d5604242c22a6d6b3527aa3126dcf Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sat, 15 Nov 2025 19:29:25 -0500 Subject: [PATCH] added claude-code --- dot_config/flake/machines/wash/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/flake/machines/wash/home.nix b/dot_config/flake/machines/wash/home.nix index 073ab8a..46d2901 100644 --- a/dot_config/flake/machines/wash/home.nix +++ b/dot_config/flake/machines/wash/home.nix @@ -22,6 +22,8 @@ packages = with pkgs; [ godot + + claude-code ]; stateVersion = "23.11";