mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-01 19:35:40 +08:00
- Move AI config from nix-agent-wire/srid to ./AI - Update flake input: srid/AI -> srid/nix-agent-wire - Update home modules to use local AI folder via flake.self.outPath
8 lines
179 B
Nix
8 lines
179 B
Nix
{
|
|
# theme = "dark";
|
|
permissions = {
|
|
defaultMode = "bypassPermissions";
|
|
};
|
|
# Disable Claude from adding itself as co-author to commits
|
|
includeCoAuthoredBy = false;
|
|
}
|