From 711aa41112610734caa946e197c422bc1c1d721b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 8 Sep 2021 15:31:44 +0200 Subject: feeds: symlink notmuchrc --- user-profiles/feeds/module.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user-profiles') diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index da992b8c..f17a9f82 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix @@ -162,6 +162,7 @@ in { $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${config.xdg.configHome}/imm ''; + xdg.configFile."feeds/notmuchrc".source = configPath; home.activation.createFeedsDatabase = hm.dag.entryAfter ["linkGeneration" "writeBoundary"] '' $DRY_RUN_CMD mkdir -p -m 0750 $VERBOSE_ARG ${databasePath} $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${databasePath}/new ${databasePath}/cur ${databasePath}/tmp -- cgit v1.2.3