aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nix/vm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/vm.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.