diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index b217913..8f53df8 100644 --- a/home/default.nix +++ b/home/default.nix @@ -25,7 +25,6 @@ in ./firefox.nix ./fish.nix ./git.nix - ./goose.nix ./hyprland.nix ./hyprlock.nix ./mail @@ -179,7 +178,6 @@ in slurp # screen are capture sqlite # simple database timg # show image in shell - unstable.goose-cli # llm cli whisper-cpp # tts wlogout # logout helper xdg-utils @@ -263,6 +261,9 @@ in }; programs = { + claude-code = { + enable = true; + }; tex-fmt = { enable = true; settings = { |
