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:
parent
61a5f77f22
commit
daef51e920
6 changed files with 100 additions and 58 deletions
|
|
@ -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
|
||||
}
|
||||
];
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue