Added the Yazi TUI file browser
This commit is contained in:
10
modules/home/yazi.nix
Normal file
10
modules/home/yazi.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
shellWrapperName = "y";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user