summaryrefslogtreecommitdiff
path: root/modules/template.nix
blob: a6c210cd75490903b927cadec9ab36ce68592370 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  config,
  lib,
  pkgs,
  modulesPath,
  ...
}: {
  imports = [];
  options = {};
  config = {};
}