mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
binds/qmk: init
Create the `vim.binds.qmk` module with `enable` and `setupOpts`.
This commit is contained in:
parent
f578f82b4d
commit
ef9609c207
7 changed files with 101 additions and 0 deletions
6
modules/plugins/utility/binds/qmk/default.nix
Normal file
6
modules/plugins/utility/binds/qmk/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./qmk.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue