docs: update

This commit is contained in:
Gabriel Arazas 2022-04-15 21:17:29 +08:00
parent c0969ee5c7
commit 7f44233e09
2 changed files with 1 additions and 7 deletions

View File

@ -67,12 +67,6 @@ footnote:[I don't know why did I put it there but eh...]
* `templates` which contains my templates.
Though, these are just templates mostly for my own purposes so it is not as useful as the other outputs.
* `defaultTemplate` which is my go-to template.
Ehhh, same comment as `templates`.
* `devShell` is the development shell for this project.
It's just there for convenience purposes.
* `lib` is defined from link:./lib/[my custom library].
It's another unnecessary export but it's there.

View File

@ -27,7 +27,7 @@ For managing users, there are multiple ways to manage them with this config:
* If you intend to import users from the link:../users/nixos/[`../users/nixos/`], you can simply import them through `imports` in the system module.
+
For a convenient option, there is the function `getUsers` defined from the link:../lib[custom library].
For a convenient option, there is the function `getUsers` defined from the link:../lib/default.nix[custom library].
You can use it as follows:
+
[source, nix]