summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2022-11-29 00:11:21 +0100
committerMike Vink <mike1994vink@gmail.com>2022-11-29 00:11:21 +0100
commit066408ccd8b5079b52d54bb0c99aeb12771cde06 (patch)
treed0c92bdf9dead99a0d03d591179b069e22acdb4d
parent20f9f6f51b3cb17c8ad202b9fc1ea3a1f62eefdb (diff)
format
-rw-r--r--home.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/home.nix b/home.nix
index fcaf46c..ea3619a 100644
--- a/home.nix
+++ b/home.nix
@@ -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;