From 704964c712ce3a9df7c1f601ad43caf632cb9291 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 23 Sep 2024 10:59:37 +0300 Subject: [PATCH] Xdg : Update template path. --- home/xdg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/xdg/default.nix b/home/xdg/default.nix index a990b7c..7837544 100644 --- a/home/xdg/default.nix +++ b/home/xdg/default.nix @@ -8,7 +8,7 @@ music = "${homeDirectory}/music/"; pictures = "${homeDirectory}/picture/"; publicShare = "${homeDirectory}/share/"; - templates = "${homeDirectory}/template/"; + templates = "${homeDirectory}/.template/"; videos = "${homeDirectory}/video/"; extraConfig = { XDG_TMP_DIR = "${homeDirectory}/tmp/";