From da44ce7fa911729dda31ac16dc1f9769476b1fe9 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Tue, 8 Jul 2025 18:12:29 -0400 Subject: [PATCH] cleanup --- modules/home/shell-conf.nix | 6 +++--- modules/home/yazi.nix | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/modules/home/shell-conf.nix b/modules/home/shell-conf.nix index 4c42094..d2b8c50 100644 --- a/modules/home/shell-conf.nix +++ b/modules/home/shell-conf.nix @@ -171,9 +171,9 @@ enable = true; settings = { nerdFontsVersion = "3"; - git = { - paging.pager = "delta --paging=never"; - }; + # git = { + # paging.pager = "delta --paging=never"; + # }; }; }; jq.enable = true; diff --git a/modules/home/yazi.nix b/modules/home/yazi.nix index 9123344..810779e 100644 --- a/modules/home/yazi.nix +++ b/modules/home/yazi.nix @@ -221,16 +221,16 @@ { name = "*"; run = "file-extra-metadata"; } ]; prepend_fetchers = [ - { - id = "git"; - name = "*"; - run = "git"; - } - { - id = "git"; - name = "*/"; - run = "git"; - } + # { + # id = "git"; + # name = "*"; + # run = "git"; + # } + # { + # id = "git"; + # name = "*/"; + # run = "git"; + # } ]; }; tasks = {