mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 16:36:28 +08:00
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;
|
|
}
|