diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-02-20 21:48:13 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-02-20 21:48:13 +0200 |
| commit | 241ab260b610583f36fa7e61b25aa6c1b14350de (patch) | |
| tree | a271b63de8ed357dce28875b77eca59980139762 /home | |
| parent | 809e069c8a72b3be82fc28c30c10b6b93c5f51e9 (diff) | |
| download | nixos-241ab260b610583f36fa7e61b25aa6c1b14350de.tar.zst | |
Update
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 = { |
