neovim-flake/modules/ui/modes/default.nix

7 lines
59 B
Nix

_: {
imports = [
./modes.nix
./config.nix
];
}