Hi! I'm trying to follow https://github.com/nix-community/nix-doom-emacs/blob/master/docs/reference.md . I am getting an error
error: getting status of '/nix/store/znanns7hn6i11y48mli99i68mq7q1hhd-source/doom.d': No such file or directory
If I use an absolute path, then nix complains with:
error: access to absolute path '/home/oscarvarto/.config/doom' is forbidden in pure eval mode (use '--impure' to override)
How can I configure doomPrivateDir in a correct way (and put the contents of my configuration files there)?
|