mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
Update README and gitignore
This commit is contained in:
parent
3e56aea47d
commit
835502ed68
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
result
|
.direnv
|
||||||
|
result*
|
||||||
|
@ -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].
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user