diff --git a/home/lazygit/default.nix b/home/lazygit/default.nix index 94eb925..d5e9a1c 100644 --- a/home/lazygit/default.nix +++ b/home/lazygit/default.nix @@ -14,9 +14,6 @@ _: { cherryPickedCommitFgColor = ["#89b4fa"]; unstagedChangesColor = ["red"]; }; - services = { - "git.notohh.dev" = "gitea:git.notohh.dev"; - }; }; }; }