zaphyra's git: nixfiles

zaphyra's nixfiles

commit 411ac29d2918b25c6dfcc059b37845742182cfc7
parent 78f83b59e858c4d98b8b8c74c4d046a90ff5b1e2
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sun, 27 Jul 2025 00:03:17 +0200

config/home/zaphyra/programs/git: add some `lazygit` settings
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/programs/git.nix b/config/home/zaphyra/programs/git.nix
@@ -10,7 +10,10 @@
   programs.lazygit = {
     enable = true;
     settings = {
+      disableStartupPopups = true;
+      gui.nerdFontsVersion = "3";
       git.overrideGpg = true;
+      os.editPreset = "micro";
     };
   };