From 61de1726d681d66f048c34b12bee07eadcdbcbd3 Mon Sep 17 00:00:00 2001 From: Roel de Cort Date: Sat, 13 Apr 2024 15:23:37 +0200 Subject: [PATCH] typo --- config/plugins/git/lazygit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/git/lazygit.nix b/config/plugins/git/lazygit.nix index 4336ebf..d354945 100644 --- a/config/plugins/git/lazygit.nix +++ b/config/plugins/git/lazygit.nix @@ -16,6 +16,6 @@ options = { desc = "LazyGit (root dir)"; }; - } + }; ]; };