nix/home/config/yazi/default.nix

7 lines
234 B
Nix
Raw Normal View History

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