Nixfiles/neovim/modules/default.nix

4 lines
36 B
Nix
Raw Normal View History

{
imports = [ ./commands.nix ];
}