From 066408ccd8b5079b52d54bb0c99aeb12771cde06 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 29 Nov 2022 00:11:21 +0100 Subject: format --- home.nix | 14 +++++++------- 1 file 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; -- cgit v1.2.3