diff --git a/modules/flake-parts/template.nix b/modules/flake-parts/template.nix index dc86848..193fda5 100644 --- a/modules/flake-parts/template.nix +++ b/modules/flake-parts/template.nix @@ -82,7 +82,7 @@ # https://omnix.page/om/init.html#spec om.templates = { - all = { + home = { template = templates.home; params = [ { @@ -119,7 +119,7 @@ description = "Your system hostname as shown by `hostname -s`"; placeholder = "example"; } - ] ++ om.templates.all.params; + ] ++ om.templates.home.params; }; }; };