diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-08 15:31:44 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-08 15:31:44 +0200 |
commit | 711aa41112610734caa946e197c422bc1c1d721b (patch) | |
tree | 4f68df03835332984d327c8ca10215c91c9c3355 /user-profiles | |
parent | d8232b77c7fe48b3796d59e6914373f2bd1bd91e (diff) | |
download | nixos-711aa41112610734caa946e197c422bc1c1d721b.tar nixos-711aa41112610734caa946e197c422bc1c1d721b.tar.gz nixos-711aa41112610734caa946e197c422bc1c1d721b.tar.bz2 nixos-711aa41112610734caa946e197c422bc1c1d721b.tar.xz nixos-711aa41112610734caa946e197c422bc1c1d721b.zip |
feeds: symlink notmuchrc
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/feeds/module.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
162 | $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${config.xdg.configHome}/imm | 162 | $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${config.xdg.configHome}/imm |
163 | ''; | 163 | ''; |
164 | 164 | ||
165 | xdg.configFile."feeds/notmuchrc".source = configPath; | ||
165 | home.activation.createFeedsDatabase = hm.dag.entryAfter ["linkGeneration" "writeBoundary"] '' | 166 | home.activation.createFeedsDatabase = hm.dag.entryAfter ["linkGeneration" "writeBoundary"] '' |
166 | $DRY_RUN_CMD mkdir -p -m 0750 $VERBOSE_ARG ${databasePath} | 167 | $DRY_RUN_CMD mkdir -p -m 0750 $VERBOSE_ARG ${databasePath} |
167 | $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${databasePath}/new ${databasePath}/cur ${databasePath}/tmp | 168 | $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${databasePath}/new ${databasePath}/cur ${databasePath}/tmp |