fix(doom): set doom-private-dir in init.el

This commit is contained in:
Infinidoge 2022-07-15 00:46:58 -04:00
parent f3ce20343e
commit 38a46edb8c
2 changed files with 3 additions and 3 deletions

View file

@ -196,4 +196,7 @@
)
;; Set doom-private-dir to the writeable location, as opposed to read-only symlink in $DOOMDIR
(setq doom-private-dir "/etc/nixos/users/infinidoge/config/doom/")
(load! "init/evil-goggles")