Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/custom-classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ One cool thing about these custom classes is that aspects can simply define
settings at the new class, without having to worry if the options they depend or
some capability is enabled.

The froward-guard itself is reponsible checking in only one place, instead of having `mkIf` in a lot of places.
The forward-guard itself is reponsible checking in only one place, instead of having `mkIf` in a lot of places.

```nix
# Custom `persys` forwards config into nixos.environment.persistance."/nix/persist/system"
Expand Down
Loading