nvf/modules/plugins/utility/binds/qmk/default.nix
Cool-Game-Dev ef9609c207
binds/qmk: init
Create the `vim.binds.qmk` module with `enable` and `setupOpts`.
2025-08-13 20:11:51 -05:00

6 lines
61 B
Nix

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