diff options
| author | 2026-05-22 10:41:24 +0100 | |
|---|---|---|
| committer | 2026-05-22 10:41:24 +0100 | |
| commit | b8dce5c1561f27dbd56f5fc34eff0b42fa973bb7 (patch) | |
| tree | e35c31dc8e8fcc7f8dc9e95593c99899a31e2edd | |
| parent | 982d180f9b9a2f8a90d454816474dce8d4b4b8e2 (diff) | |
| download | dotfiles-b8dce5c1561f27dbd56f5fc34eff0b42fa973bb7.tar.gz dotfiles-b8dce5c1561f27dbd56f5fc34eff0b42fa973bb7.tar.bz2 dotfiles-b8dce5c1561f27dbd56f5fc34eff0b42fa973bb7.zip | |
feat(tuicr): configure gruvbox-dark theme
Add dot_config/tuicr/config.toml with theme = "gruvbox-dark".
Symlinked from nix/vm.nix per the symlink invariant so the same
config applies on both host (via chezmoi) and VM (via home-manager).
| -rw-r--r-- | dot_config/tuicr/config.toml | 1 | ||||
| -rw-r--r-- | nix/vm.nix | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/tuicr/config.toml b/dot_config/tuicr/config.toml new file mode 100644 index 0000000..b6270db --- /dev/null +++ b/dot_config/tuicr/config.toml @@ -0,0 +1 @@ +theme = "gruvbox-dark" @@ -89,6 +89,9 @@ in "gdb/gdbearlyinit".source = link "dot_config/gdb/gdbearlyinit"; "clangd/config.yaml".source = link "dot_config/clangd/config.yaml"; "ccache/ccache.conf".source = link "dot_config/ccache/ccache.conf"; + + # Code review (binary from common.nix) + "tuicr/config.toml".source = link "dot_config/tuicr/config.toml"; }; # Claude-code looks under ~/.claude (NOT XDG). Skills live there. |
