plugins/new-file-template: init module

This commit is contained in:
jacekpoz 2024-08-02 13:34:16 +02:00
commit 6f4df2e8aa
No known key found for this signature in database
5 changed files with 85 additions and 1 deletions

View file

@ -0,0 +1,6 @@
_: {
imports = [
./config.nix
./new-file-template.nix
];
}