nix/home/file/yazi/default.nix

12 lines
193 B
Nix
Raw Normal View History

{
config,
pkgs,
util,
...
}@args:
{
keymap = (import ./module/Keymap.nix args).file;
theme = (import ./module/Theme.nix args).file;
yazi = (import ./module/Yazi.nix args).file;
2024-06-22 23:34:03 +03:00
}