mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-11 12:43:28 +00:00
fix: accidental dir rename
This commit is contained in:
parent
b4027c4bba
commit
85b663f6c9
3 changed files with 0 additions and 0 deletions
11
modules/utility/binds/default.nix
Normal file
11
modules/utility/binds/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./which-key
|
||||
./cheatsheet
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue