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