feat: use yazi as file manager
This commit is contained in:
parent
3049173514
commit
2a73c71067
6 changed files with 28 additions and 11 deletions
|
|
@ -5,7 +5,8 @@ let
|
|||
browser = "${prefix} ${firefox}";
|
||||
noOffloadBrowser = "${firefox} -P noOffload";
|
||||
terminal = "${prefix} ghostty";
|
||||
filemanager = "nemo";
|
||||
# filemanager = "nemo";
|
||||
filemanager = "${terminal} -e yazi";
|
||||
scripts = "~/.config/scripts";
|
||||
|
||||
# freezeShot = "--freeze";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue