nix/user/common/yazi/module/Keymap.nix

4 lines
82 B
Nix

{ pkgs, ... }: {
file = (pkgs.formats.toml {}).generate "YaziKeymapConfig" {};
}