flake fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-06-10 19:32:59 +02:00
parent 935beadb3b
commit 2c358380e4
8 changed files with 116 additions and 533 deletions

View File

@@ -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; };