docs(tips): add useful links section

-5
.vscode/settings.json
···
-
{
-
"deno.enable": true,
-
"deno.lint": true,
-
"deno.unstable": false
-
}
···
+2 -2
README.md
···
## docs
documentation and extra tips can be found [here](docs/)
-
## Note to self
-
* try to keep it simple as much as possible
✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓
···
## docs
documentation and extra tips can be found [here](docs/)
+
couldn't find what you needed? suffer with me! see the
+
[How 2 Nix section in this repo.](https://github.com/hlissner/dotfiles#frequently-asked-questions)
✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓
+15
balls.code-workspace
···
···
+
{
+
"folders": [
+
{
+
"path": "."
+
},
+
{
+
"path": "../mystia"
+
}
+
],
+
"settings": {
+
"deno.enable": true,
+
"deno.lint": true,
+
"deno.unstable": false
+
}
+
}
+4
docs/tips_n_tricks.md
···
https://github.com/soopyc/nix-on-koumakan/blob/30e65402d22b000a3b5af6c9e5ea48a2b58a54e0/overlays/nim/oauth/default.nix
<!--links-->
[nixpkgs:lib/modules.nix#122]: https://github.com/NixOS/nixpkgs/blob/6e68daefde56a7a8e6fe7c3ca9ceeb436294bb9f/lib/modules.nix#L122
···
https://github.com/soopyc/nix-on-koumakan/blob/30e65402d22b000a3b5af6c9e5ea48a2b58a54e0/overlays/nim/oauth/default.nix
+
## Useful links
+
+
Builtin stdlib functions search engine: https://noogle.dev/
+
<!--links-->
[nixpkgs:lib/modules.nix#122]: https://github.com/NixOS/nixpkgs/blob/6e68daefde56a7a8e6fe7c3ca9ceeb436294bb9f/lib/modules.nix#L122