mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
13 lines
306 B
Nix
Executable file
13 lines
306 B
Nix
Executable file
{
|
|
programs.yazi = let
|
|
configPath = ./config;
|
|
in
|
|
{
|
|
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
|
|
}
|