From ea9ea5e1dddbaa540e74ab76b0d2cbb1329dbb0c Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 23 Jun 2023 22:34:41 -0400 Subject: [PATCH] lazygit: remove unused services --- home/lazygit/default.nix | 3 --- 1 file changed, 3 deletions(-) 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"; - }; }; }; }