neovim-flake/modules/utility/binds/cheatsheet/default.nix

7 lines
64 B
Nix

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