diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-20 02:13:47 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-20 02:13:47 +0300 |
commit | 7572a1ed3266a3b1637e41b5abc5a5eb07cfc259 (patch) | |
tree | 62ffc6d4ecb0ed75f0d9576f9bf8a75232a99213 /mixins | |
parent | 9c459f48dbbccb583a4671be112d6c692a2cfd30 (diff) |
add cgit dark mode
Diffstat (limited to 'mixins')
-rw-r--r-- | mixins/cli.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mixins/cli.nix b/mixins/cli.nix index 4137377..6e1f1f3 100644 --- a/mixins/cli.nix +++ b/mixins/cli.nix @@ -40,6 +40,10 @@ userName = "tzlil"; userEmail = "tzlils@protonmail.com"; enable = true; + extraConfig = { + push.autoSetupRemote = true; + init.defaultBranch = "master"; + }; }; direnv = { enable = true; |