neovim-flake/modules/snippets/default.nix

11 lines
75 B
Nix
Raw Normal View History

{
pkgs,
lib,
config,
...
}: {
imports = [
./vsnip.nix
];
}