summaryrefslogtreecommitdiff
path: root/modules/template.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-05 15:06:43 +0100
committerandromeda <andromeda@lenovo>2026-01-05 15:06:43 +0100
commit0e9398212541480361c7c4da98728f00b033d35e (patch)
tree3f8a294f9ac45a120051156d00eea800cc0b62a0 /modules/template.nix
parentb0da60cdab0ebc6715dcdca22e73a2ef19fd042f (diff)
merge new secrets
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 = {};
+}