copying claude's settings.json instead of symlinking

This commit is contained in:
Miguel Palhas
2026-03-25 15:14:32 +00:00
parent 9af55f9e16
commit be52931cbe
4 changed files with 95 additions and 2 deletions
+1 -1
View File
@@ -54,6 +54,6 @@
source = ./statusline.sh;
executable = true;
};
home.file.".claude/settings.json".source = ./settings.json;
home.mutableFiles.".claude/settings.json".source = ./settings.json;
home.file.".claude/CLAUDE.md".source = ./CLAUDE.md;
}
+3
View File
@@ -6,6 +6,7 @@
}:
{
imports = [
../features/mutable-file.nix
./zsh.nix
./neovim
./rust.nix
@@ -23,6 +24,8 @@
./ssh.nix
];
home.mutableFilesRepoPath = "/home/naps62/projects/nixos-config";
programs = {
home-manager.enable = true;
};