aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/git.nix
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-06-14 12:31:30 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-06-14 12:31:30 +0200
commit6eeae1d0059fe7c21a1bd806eb8a465571c16aad (patch)
tree87c79ca03549418e1d2d19d624a794f26369fa2c /modules/home/git.nix
parent3accc54d650c811978990b506a20f7e143ca5920 (diff)
downloaddotfiles-6eeae1d0059fe7c21a1bd806eb8a465571c16aad.tar.gz
dotfiles-6eeae1d0059fe7c21a1bd806eb8a465571c16aad.zip
refactor(darwin): move CLI tools from homebrew to nixpkgs
Diffstat (limited to 'modules/home/git.nix')
-rw-r--r--modules/home/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/git.nix b/modules/home/git.nix
index 85665ab..bfd0b40 100644
--- a/modules/home/git.nix
+++ b/modules/home/git.nix
@@ -50,6 +50,7 @@
gpg.format = "ssh";
"gpg \"ssh\"".program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign";
"url \"ssh://git@github.com/\"".insteadOf = "https://github.com/";
+ "url \"ssh://git@codeberg.org/\"".insteadOf = "https://codeberg.org/";
commit.gpgsign = true;
} else {});
};