home: xdg: force more XDG compliance
Those two need the directory to exist to actually use it...
This commit is contained in:
parent
82f223c77e
commit
0e9b8da74b
|
@ -21,6 +21,11 @@
|
||||||
templates = "\$HOME/templates";
|
templates = "\$HOME/templates";
|
||||||
videos = "\$HOME/videos";
|
videos = "\$HOME/videos";
|
||||||
};
|
};
|
||||||
|
# A tidy home is a tidy mind
|
||||||
|
dataFile = {
|
||||||
|
"bash/.keep".text = "";
|
||||||
|
"tig/.keep".text = "";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# I want a tidier home
|
# I want a tidier home
|
||||||
|
|
Loading…
Reference in a new issue