flake fix
This commit is contained in:
@@ -10,14 +10,10 @@
|
||||
package = inputs.yazi.packages.${hyper.system}.default;
|
||||
enableFishIntegration = true;
|
||||
shellWrapperName = "ya";
|
||||
plugins = with inputs.yazi-plugins.packages.${hyper.system}; {
|
||||
inherit
|
||||
# chmod
|
||||
starship;
|
||||
};
|
||||
# plugins = with inputs.yazi-plugins.packages.${hyper.system}; { };
|
||||
# initLua = /* lua */ '' '';
|
||||
keymap = {
|
||||
manager.keymap = [
|
||||
mgr.keymap = [
|
||||
{ on = "<Esc>"; run = "escape"; desc = "Exit visual mode, clear selected, or cancel search"; }
|
||||
{ on = "q"; run = "quit"; desc = "Exit the process"; }
|
||||
{ on = "Q"; run = "quit --no-cwd-file"; desc = "Exit the process without writing cwd-file"; }
|
||||
@@ -181,7 +177,7 @@
|
||||
];
|
||||
};
|
||||
settings = {
|
||||
manager = {
|
||||
mgr = {
|
||||
layout = [2 3 4];
|
||||
sort_by = "natural";
|
||||
sort_sensitive = true;
|
||||
@@ -293,7 +289,7 @@
|
||||
];
|
||||
};
|
||||
theme = with rice.color; {
|
||||
manager = {
|
||||
mgr = {
|
||||
cwd = { fg = foreground; bg = background; };
|
||||
hovered = { fg = background; bg = accent.base; };
|
||||
preview_hovered = { underline = false; };
|
||||
|
||||
Reference in New Issue
Block a user