refactor: remove redundant aliases, comments, and fix lazygit pager config

This commit is contained in:
2026-04-14 13:53:04 +08:00
parent 5583970878
commit f6e2f92da3
6 changed files with 4 additions and 22 deletions
+2 -4
View File
@@ -1,4 +1,4 @@
{ ... }:
_:
{
programs.git = {
@@ -34,9 +34,7 @@
nerdFontsVersion = "3";
showBottomLine = false;
};
git.pagers = [
{ pager = "delta --paging=never"; }
];
git.paging.pager = "delta --paging=never";
update.method = "never";
disableStartupPopups = true;
};
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
_:
{
# Disable catppuccin/nix neovim integration — LazyVim manages its own colorscheme