From 55b21eb33f12c33cfaa5361737144c39e3d657dd Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 19 May 2025 23:11:40 -0400 Subject: [PATCH] temp commented yazi plugins --- a.out | 0 modules/home/yazi.nix | 32 ++++++++++++++++---------------- 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 a.out diff --git a/a.out b/a.out deleted file mode 100644 index e69de29..0000000 diff --git a/modules/home/yazi.nix b/modules/home/yazi.nix index a4c9fbe..bd34bda 100644 --- a/modules/home/yazi.nix +++ b/modules/home/yazi.nix @@ -163,12 +163,12 @@ # { mime = "{image,audio,video}/*"; run = "mediainfo";} # { mime = "application/x-subrip"; run = "mediainfo";} - { name = "*.csv"; run = "rich-preview"; } - { name = "*.md"; run = "rich-preview" ; } - { name = "*.rst"; run = "rich-preview"; } - { name = "*.ipynb"; run = "rich-preview"; } - { name = "*.json"; run = "rich-preview"; } - { name = "*.org"; run = "rich-preview"; } + # { name = "*.csv"; run = "rich-preview"; } + # { name = "*.md"; run = "rich-preview" ; } + # { name = "*.rst"; run = "rich-preview"; } + # { name = "*.ipynb"; run = "rich-preview"; } + # { name = "*.json"; run = "rich-preview"; } + # { name = "*.org"; run = "rich-preview"; } # Office Documents { mime = "application/openxmlformats-officedocument.*"; run = "office"; } @@ -200,16 +200,16 @@ # run = "mime-ext"; # prio = "high"; # } - { - id = "git"; - name = "*"; - run = "git"; - } - { - id = "git"; - name = "*/"; - run = "git"; - } + # { + # id = "git"; + # name = "*"; + # run = "git"; + # } + # { + # id = "git"; + # name = "*/"; + # run = "git"; + # } ]; }; tasks = {