mirror of
https://github.com/srid/nixos-config.git
synced 2026-04-19 19:36:45 +08:00
9 lines
204 B
Nix
9 lines
204 B
Nix
{
|
|
# theme = "dark";
|
|
permissions = {
|
|
defaultMode = "bypassPermissions";
|
|
};
|
|
# Disable Claude from adding itself as co-author to commits
|
|
includeCoAuthoredBy = false;
|
|
# effortLevel = "max";
|
|
}
|