yazi cli filemanager

This commit is contained in:
Your Name 2024-05-18 01:37:33 +03:00
parent 0b53889258
commit d4c680f8d5

View file

@ -227,12 +227,17 @@ in {
abbr -a --position anywhere CC --function copy_clipboard abbr -a --position anywhere CC --function copy_clipboard
abbr -a --position command fya yazi
abbr -a --position command ttlfix TTLfix abbr -a --position command ttlfix TTLfix
abbr -a --position command syspend systemctl suspend abbr -a --position command syspend systemctl suspend
abbr -a --position command suspend systemctl suspend abbr -a --position command suspend systemctl suspend
''; '';
}; };
programs.yazi = {
enable = true;
};
programs.nixvim = { programs.nixvim = {
enable = true; enable = true;
enableMan = false; enableMan = false;