nix/home/file/yazi/default.nix

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;
}