mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
12 lines
263 B
Nix
Executable file
12 lines
263 B
Nix
Executable file
{
|
|
programs.yazi = let
|
|
configPath = ./config;
|
|
in
|
|
{
|
|
enable = true;
|
|
enableNushellIntegration = true;
|
|
}
|
|
// (import (configPath + /settings.nix));
|
|
# Keymap
|
|
# https://github.com/sxyazi/yazi/blob/main/yazi-config/preset/keymap.toml
|
|
}
|