aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nix
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-22 10:41:24 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-22 10:41:24 +0100
commitb8dce5c1561f27dbd56f5fc34eff0b42fa973bb7 (patch)
treee35c31dc8e8fcc7f8dc9e95593c99899a31e2edd /nix
parent982d180f9b9a2f8a90d454816474dce8d4b4b8e2 (diff)
downloaddotfiles-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).
Diffstat (limited to 'nix')
-rw-r--r--nix/vm.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/vm.nix b/nix/vm.nix
index 5f24f90..c9bb391 100644
--- a/nix/vm.nix
+++ b/nix/vm.nix
@@ -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.