add usage and troubleshooting in Readme

This commit is contained in:
happysalada
2020-09-13 12:07:02 +09:00
committed by László Vaskó
parent df31ca1bf1
commit 46a9a0c121

View File

@ -38,3 +38,11 @@ in {
This expression leverages
[nix-straight.el](https://github.com/vlaci/nix-straight.el) under the hood for
installing depdendencies. The restrictions of that package apply here too.
## Usage
instead of running emacs.d/bin/doom, once you have update your config files (packages.el, init.el, config.el), rebuild doom-emacs with nix. If you are using home-manager, simply run `home-manager switch`
## Troubleshooting
On macOS on a fresh install, you might run into the error `Too many files open`. running `ulimit -S -n 2048` will only work for the duration of your shell and will fix the error