diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-08 15:34:01 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-08 15:34:01 +0200 |
commit | 4a29dc777b2f31b89de3f17fc99b9604f31f6192 (patch) | |
tree | 0110fc4f84a1b1bce377522399f413538aa9378f /user-profiles/feeds/module.nix | |
parent | 711aa41112610734caa946e197c422bc1c1d721b (diff) | |
download | nixos-4a29dc777b2f31b89de3f17fc99b9604f31f6192.tar nixos-4a29dc777b2f31b89de3f17fc99b9604f31f6192.tar.gz nixos-4a29dc777b2f31b89de3f17fc99b9604f31f6192.tar.bz2 nixos-4a29dc777b2f31b89de3f17fc99b9604f31f6192.tar.xz nixos-4a29dc777b2f31b89de3f17fc99b9604f31f6192.zip |
Revert "feeds: symlink notmuchrc"
This reverts commit 711aa41112610734caa946e197c422bc1c1d721b.
Diffstat (limited to 'user-profiles/feeds/module.nix')
-rw-r--r-- | user-profiles/feeds/module.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index f17a9f82..da992b8c 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix | |||
@@ -162,7 +162,6 @@ 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; | ||
166 | home.activation.createFeedsDatabase = hm.dag.entryAfter ["linkGeneration" "writeBoundary"] '' | 165 | home.activation.createFeedsDatabase = hm.dag.entryAfter ["linkGeneration" "writeBoundary"] '' |
167 | $DRY_RUN_CMD mkdir -p -m 0750 $VERBOSE_ARG ${databasePath} | 166 | $DRY_RUN_CMD mkdir -p -m 0750 $VERBOSE_ARG ${databasePath} |
168 | $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${databasePath}/new ${databasePath}/cur ${databasePath}/tmp | 167 | $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${databasePath}/new ${databasePath}/cur ${databasePath}/tmp |