Added the Yazi TUI file browser
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
./vscode.nix
|
||||
./wallpaper.nix
|
||||
./xdg.nix
|
||||
./yazi.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
||||
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