From 6eeae1d0059fe7c21a1bd806eb8a465571c16aad Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sun, 14 Jun 2026 12:31:30 +0200 Subject: refactor(darwin): move CLI tools from homebrew to nixpkgs --- modules/home/git.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home') 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 {}); }; -- cgit v1.2.3