neovim-flake/modules/utility/gestures/gesture-nvim/default.nix

7 lines
66 B
Nix

_: {
imports = [
./gesture-nvim.nix
./config.nix
];
}