diff options
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/context.json b/context.json index 5effa4f..f58676c 100644 --- a/context.json +++ b/context.json @@ -7,7 +7,11 @@ } }, "env": { - "PINENTRY_USER_DATA": "PINENTRY_USE_MAC" + "PINENTRY_USER_DATA": "PINENTRY_USE_MAC", + "XDG_CONFIG_HOME" : "$HOME/.config", + "XDG_DATA_HOME" : "$HOME/.local/share", + "XDG_STATE_HOME" : "$HOME/.local/state", + "XDG_CACHE_HOME" : "$HOME/.cache" } }, "bcd074b37296": { @@ -78,7 +82,7 @@ } }, "emacs": { - "symbol": "'doom-gruvbox-dark", + "symbol": "'doom-gruvbox", "font": { "name": "Agave Nerd Font Mono", "size": 14 |