nix/home/config/yazi/default.nix
2024-11-06 01:07:30 +03:00

12 lines
243 B
Nix

{
config,
pkgs,
util,
...
} @args: {
init = (import ./module/Init.nix args).file;
keymap = (import ./module/Keymap.nix args).file;
theme = (import ./module/Theme.nix args).file;
yazi = (import ./module/Yazi.nix args).file;
}