Skip to content

Commit

Permalink
home
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 2, 2024
1 parent 5e3b89d commit a94be16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/flake-parts/template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

# https://omnix.page/om/init.html#spec
om.templates = {
all = {
home = {
template = templates.home;
params = [
{
Expand Down Expand Up @@ -119,7 +119,7 @@
description = "Your system hostname as shown by `hostname -s`";
placeholder = "example";
}
] ++ om.templates.all.params;
] ++ om.templates.home.params;
};
};
};
Expand Down

0 comments on commit a94be16

Please sign in to comment.