From 6c5d3de7d51175c35a7c9b4e967123b5a375e998 Mon Sep 17 00:00:00 2001 From: Roel de Cort Date: Sat, 13 Apr 2024 15:24:38 +0200 Subject: [PATCH] typo --- config/plugins/git/lazygit.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/plugins/git/lazygit.nix b/config/plugins/git/lazygit.nix index d354945..8d24d0a 100644 --- a/config/plugins/git/lazygit.nix +++ b/config/plugins/git/lazygit.nix @@ -16,6 +16,6 @@ options = { desc = "LazyGit (root dir)"; }; - }; + } ]; -}; +}