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;