Update README and gitignore

This commit is contained in:
foo-dogsquared 2022-01-03 17:30:24 +08:00
parent 3e56aea47d
commit 835502ed68
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
result .direnv
result*

View File

@ -53,6 +53,9 @@ footnote:[I don't know why did I put it there but eh...]
* `homeManagerModules` are where my link:./modules/home-manager[custom home-manager modules] to be exported. * `homeManagerModules` are where my link:./modules/home-manager[custom home-manager modules] to be exported.
footnote:[This is more useful than my NixOS modules.] footnote:[This is more useful than my NixOS modules.]
* `devShell` is the development shell for this project.
It's just there for convenience purposes.
* `lib` is defined from link:./lib/[my custom library]. * `lib` is defined from link:./lib/[my custom library].
It's another unnecessary export but it's there. It's another unnecessary export but it's there.
@ -95,7 +98,7 @@ footnote:[It is advised you should minimize SSH keys with passphrases since it i
Setting this up can bring benefits outside of NixOS (unless you're interacting with projects with any OpenGL-related stuff). Setting this up can bring benefits outside of NixOS (unless you're interacting with projects with any OpenGL-related stuff).
footnote:[Since packages brought from Nix shells can only work with the store, a container might be better at some situations.] footnote:[Since packages brought from Nix shells can only work with the store, a container might be better at some situations.]
* link:./users/[`./users/`] contains my link:https://github.com/nix-community/home-manager[home-manager] configurations and modules. * link:./users/[`./users/`] contains my link:https://github.com/nix-community/home-manager[home-manager] configurations.
It is exported in the flakes at `outputs.homeConfigurations`. It is exported in the flakes at `outputs.homeConfigurations`.
For more information, see the link:./users/README.adoc[related documentation]. For more information, see the link:./users/README.adoc[related documentation].