mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-07 12:47:32 -05:00
add usage and troubleshooting in Readme
This commit is contained in:
committed by
László Vaskó
parent
df31ca1bf1
commit
46a9a0c121
@ -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
|
||||
|
Reference in New Issue
Block a user