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

7 lines
64 B
Nix
Raw Normal View History

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