mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
13 lines
263 B
Nix
13 lines
263 B
Nix
![]() |
{
|
||
|
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
|
||
|
}
|