From 0e9b8da74b5a6ce319686ab3a44df6e8a70852e9 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 7 Mar 2021 17:07:29 +0000 Subject: [PATCH] home: xdg: force more XDG compliance Those two need the directory to exist to actually use it... --- home/xdg.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/xdg.nix b/home/xdg.nix index fb6d76b..718a1de 100644 --- a/home/xdg.nix +++ b/home/xdg.nix @@ -21,6 +21,11 @@ templates = "\$HOME/templates"; videos = "\$HOME/videos"; }; + # A tidy home is a tidy mind + dataFile = { + "bash/.keep".text = ""; + "tig/.keep".text = ""; + }; }; # I want a tidier home