From 5a99e6f60075e095ff6c190cdcd96c00957255d2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 26 Aug 2024 11:35:31 +0300 Subject: [PATCH] Home : Hide template dir. --- home/config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config/default.nix b/home/config/default.nix index 5551b378..a79a5bc3 100644 --- a/home/config/default.nix +++ b/home/config/default.nix @@ -40,5 +40,5 @@ in { ".parallel/will-cite".text = ""; ".ssh/config".text = ssh.text; ".Wallpaper".source = config.module.wallpaper.path; - "template".source = ./template; + ".template".source = ./template; }