-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: How to use? #25
Comments
Yea, we definitely should flesh out docs. Contributions welcome! Is there anything to be added to https://zero-to-flakes.com/nixos-flake/start to begin with? For home-manager, we can adapt the asciicast in https://github.com/juspay/nix-dev-home |
I mentioned the link to the setup because I couldn't find which command to run in the docs. For a beginner it's not clear which flake command would modify the os. I can add this in a PR and discuss it there. I would also add a brief explanation about how home-manager and nix-darwin modify the host, as a beginner for example I wonder: is it gonna delete some important files? Am I gonna be able to revert these changes? |
Yes, the /start page can certainly be improved. It looks like you are using macOS, so the third step is detailed in the paragraph below the table of the page it links to: |
I had not seen this, thanks! I was thinking maybe we can restructure the content in a more concise way (I can submit a PR if desired): ## Installation
nix install...
## Getting started
Running and adjusting template
## Usage
`nix run .#activate` ...
## Module outptus btw your work has given me hope in nix again, amazing tools 💪🏻 thanks! |
@woile Yes, I'd absolutely love a PR on that! The docs are being deployed here: https://zero-to-flakes.com/nixos-flake/ So the best way to contribute is to
(I'll have to document this in detail somewhere) |
I've cloned the repo and submodules with: git submodule update --init --recursive but I don't understand, shouldn't I send a PR to nixos-flake instead? |
Sorry, I didn't see this comment until now. The full instructions are here: https://zero-to-flakes.com/about#contributing
You edit the docs from zero-to-flakes repo, but commit and PR on nixos-flake, yes. |
Note to self: one thing we should document is the much-useful |
Just wanted to mention that this project is now renamed, and that there's some indirect documentation over at: |
Thanks for this amazing project. I think it's exactly what I've been looking for 💪🏻
I was wondering if some documentation could be added explaining how to use it.
Similar to this explanation: https://github.com/srid/nixos-config#setup
And also an explanation of what would happen next, does a user have to run
nix run
every time?How to remove afterwards?
Thanks!
The text was updated successfully, but these errors were encountered: