dotfiles/home/modules/yazi/default.nix

14 lines
306 B
Nix
Raw Normal View History

2024-11-20 17:47:07 -06:00
{
programs.yazi = let
configPath = ./config;
in
{
enable = true;
enableNushellIntegration = true;
}
2024-12-19 19:56:45 -06:00
// (import (configPath + /keymap.nix))
2024-11-20 17:47:07 -06:00
// (import (configPath + /settings.nix));
# Keymap
# https://github.com/sxyazi/yazi/blob/main/yazi-config/preset/keymap.toml
}