From d4c680f8d564311e835d4c277a9a4722d5dd0249 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 18 May 2024 01:37:33 +0300 Subject: [PATCH] yazi cli filemanager --- apps/apps.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/apps.nix b/apps/apps.nix index c910232..cf44f20 100644 --- a/apps/apps.nix +++ b/apps/apps.nix @@ -227,12 +227,17 @@ in { abbr -a --position anywhere CC --function copy_clipboard + abbr -a --position command fya yazi abbr -a --position command ttlfix TTLfix abbr -a --position command syspend systemctl suspend abbr -a --position command suspend systemctl suspend ''; }; + programs.yazi = { + enable = true; + }; + programs.nixvim = { enable = true; enableMan = false;