improve setup table

This commit is contained in:
Mon Aaraj
2022-09-14 01:50:08 +03:00
parent 20bd0eda9c
commit a9a713e619
2 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
| readme | reference | faq |
| --- | --- | --- |
| this document | [docs/reference.md](./docs/reference.md)| [docs/faq.md](./docs/faq.md) |
| readme | reference | faq |
| --- | --- | --- |
| this document | [docs/reference.md](./docs/reference.md)| [docs/faq.md](./docs/faq.md) |
# nix-doom-emacs
@@ -29,5 +29,7 @@ If you want to get a taste of nix-doom-emacs, you can run ``nix run github:nix-c
Which will run nix-doom-emacs with an example configuration.
Pick which setup you're using here (if you're not using NixOS or Home-Manager, then you should use standalone):
<table><tr>Home-Manager<th></th><th>NixOS</th><th>Standalone</th></tr><tr><th>[Flake + Home-Manager](./docs/reference.md#flake--home-manager)</th><th>[NixOS](./docs/reference.md#nixos)</th><th>[Standalone](./docs/reference.md#standalone)</th></tr></table>
| Home-Manager | NixOS | Standalone |
| --- | --- | --- |
| [Flake + Home-Manager](./docs/reference.md#flake--home-manager) | [NixOS](./docs/reference.md#nixos) | [Standalone](./docs/reference.md#standalone) |

View File

@@ -1,6 +1,6 @@
| readme | reference | faq |
| --- | --- | --- |
| [README.md](/README.md) | [docs/reference.md](./reference.md)| this document |
| [README.md](/README.md) | [docs/reference.md](./reference.md)| this document |
# FAQ
This is more meant as a "Fully Anticipated Questions" than a "Frequently Asked Questions", as they're anticipated as common pitfalls to using NDE.