my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(dev): ignore all claude local settings

Signed-off-by: Youn Mélois <youn@melois.dev>

+1 -1
+1 -1
home-manager/modules/dev/claude-code.nix
··· 20 20 }; 21 21 22 22 programs.git.ignores = lib.mkIf config.programs.git.enable [ 23 - ".claude/settings.local.json" 23 + "**/.claude/settings.local.json" 24 24 ]; 25 25 }; 26 26 }