feat: added themes and other stuff

This commit is contained in:
Nick 2024-12-19 19:56:45 -06:00
parent 951928150e
commit c7b32f0f31
18 changed files with 248 additions and 61 deletions

View file

@ -0,0 +1,12 @@
{
keymap.manager.prepend_keymap = [
{
on = ["Q"];
run = "quit";
}
{
on = ["q"];
run = "quit --no-cwd-file";
}
];
}

View file

@ -6,6 +6,7 @@
enable = true;
enableNushellIntegration = true;
}
// (import (configPath + /keymap.nix))
// (import (configPath + /settings.nix));
# Keymap
# https://github.com/sxyazi/yazi/blob/main/yazi-config/preset/keymap.toml