neovim-flake/modules/plugins/utility/new-file-template/default.nix

7 lines
68 B
Nix

{
imports = [
./config.nix
./new-file-template.nix
];
}