From 835502ed68c142968b95838ddf6dfad66b3b2630 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Mon, 3 Jan 2022 17:30:24 +0800 Subject: [PATCH] Update README and gitignore --- .gitignore | 3 ++- README.adoc | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b2be92b7..2efaad0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -result +.direnv +result* diff --git a/README.adoc b/README.adoc index a2951da4..dad381c2 100644 --- a/README.adoc +++ b/README.adoc @@ -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. 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]. 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). 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`. For more information, see the link:./users/README.adoc[related documentation].