aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-01-13 08:42:14 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-01-13 08:42:14 +0200
commitb388bbc200cc4fc9adb0aa2280fe5629b0f8cc4a (patch)
tree30dc01958458bb63765bc388588103273206f89f
parent3d7b8b9e68eff5743a984397e8a2aae22e459975 (diff)
downloadnixos-b388bbc200cc4fc9adb0aa2280fe5629b0f8cc4a.tar.zst
Create nix-index cache directory automatically
-rw-r--r--home/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/default.nix b/home/default.nix
index 8a8b8d4..4187a92 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -44,6 +44,7 @@ in
home = {
file = {
+ ".cache/nix-index/.keep".text = "";
"Calendar/radicale/.keep".text = "";
"Contacts/radicale/.keep".text = "";
Downloads.source = config.lib.file.mkOutOfStoreSymlink "/media/skydrive/Downloads";