mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
yazi cli filemanager
This commit is contained in:
parent
0b53889258
commit
d4c680f8d5
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue