doc: format and polish Nix code according to our formatter (#1025)

Link: https://github.com/danth/stylix/pull/1025

Reviewed-by: Daniel Thwaites <danth@danth.me>
This commit is contained in:
NAHO 2025-03-26 14:58:03 +01:00 committed by GitHub
parent 61a5f77f22
commit daef51e920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 100 additions and 58 deletions

View file

@ -27,9 +27,11 @@ Home Manager module within the NixOS module using the following format:
```nix
{
home-manager.sharedModules = [{
# Write Home Manager options here
}];
home-manager.sharedModules = [
{
# Write Home Manager options here
}
];
}
```