added yazi
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ self, inputs, ... }: {
|
||||
# https://github.com/Lassulus/wrappers/blob/main/modules/yazi/module.nix
|
||||
perSystem = { system, pkgs, lib, ... }: {
|
||||
packages.yazi = (inputs.wrappers.wrapperModules.yazi.apply {
|
||||
inherit pkgs;
|
||||
settings = {
|
||||
mgr.ratio = [ 1 4 3 ];
|
||||
};
|
||||
}).wrapper;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user