From 2bffd69c9e3ecfe7d444253cc293357f9c86b37f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 4 Dec 2023 10:10:17 +0000 Subject: [PATCH] Add emacs/templates to rsync-local-config --- home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index d3a57b21..8c366530 100644 --- a/home/default.nix +++ b/home/default.nix @@ -52,7 +52,7 @@ } rsync-local-config () { HOST=$1 - for TARGET in bat git emacs/init.el starship.toml; do + for TARGET in bat git emacs/init.el emacs/templates starship.toml; do SOURCE="${config.xdg.configHome}/$TARGET" TMP_TARGET=/tmp/rsync-local-config TMP_SOURCE=$TMP_TARGET