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; }