1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-30 03:29:47 +01:00
neovim-flake/modules/utility/binds/cheatsheet/default.nix

7 lines
64 B
Nix
Raw Normal View History

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