summaryrefslogtreecommitdiff
path: root/modules/template.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/template.nix')
-rw-r--r--modules/template.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/template.nix b/modules/template.nix
new file mode 100644
index 0000000..a6c210c
--- /dev/null
+++ b/modules/template.nix
@@ -0,0 +1,11 @@
+{
+ config,
+ lib,
+ pkgs,
+ modulesPath,
+ ...
+}: {
+ imports = [];
+ options = {};
+ config = {};
+}