summaryrefslogtreecommitdiffstats
path: root/modules/plugins/utility/new-file-template/default.nix
blob: c6987599a2f05ffe45213efc76d7ed8cc9d19790 (plain)
1
2
3
4
5
6
{
  imports = [
    ./config.nix
    ./new-file-template.nix
  ];
}