refactor some things, might have broken everything
This commit is contained in:
10
homeConfigs/global/minimal/fileManager.nix
Normal file
10
homeConfigs/global/minimal/fileManager.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
settings.mgr.sort_dir_first=false;
|
||||
};
|
||||
|
||||
home.sessionVariables.BROWSER = "yazi";
|
||||
programs.yazi.shellWrapperName = "y";
|
||||
}
|
||||
Reference in New Issue
Block a user