diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2022-11-29 00:11:21 +0100 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2022-11-29 00:11:21 +0100 |
| commit | 066408ccd8b5079b52d54bb0c99aeb12771cde06 (patch) | |
| tree | d0c92bdf9dead99a0d03d591179b069e22acdb4d | |
| parent | 20f9f6f51b3cb17c8ad202b9fc1ea3a1f62eefdb (diff) | |
format
| -rw-r--r-- | home.nix | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -80,13 +80,13 @@ # fixes hotpot cannot be found error after updates home.activation = { - clearHotpotCache = home-manager.lib.hm.dag.entryAfter ["writeBoundary"] '' - HOTPOT_CACHE="${config.xdg.cacheHome}/nvim/hotpot" - if [[ -d "$HOTPOT_CACHE" ]]; then - $DRY_RUN_CMD rm -rf "$VERBOSE_ARG" "$HOTPOT_CACHE" - fi - ''; -}; + clearHotpotCache = home-manager.lib.hm.dag.entryAfter ["writeBoundary"] '' + HOTPOT_CACHE="${config.xdg.cacheHome}/nvim/hotpot" + if [[ -d "$HOTPOT_CACHE" ]]; then + $DRY_RUN_CMD rm -rf "$VERBOSE_ARG" "$HOTPOT_CACHE" + fi + ''; + }; xdg.configFile.nvim = { source = config.lib.file.mkOutOfStoreSymlink ./neovim; |
