From 45d6cfc1aa3bf5a062bc1edf2526c757ea18eca4 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 1 Mar 2024 16:33:43 -0500 Subject: [PATCH] add sway and waybar to external --- .chezmoiexternal.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 0e915ca..50231d8 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -17,3 +17,13 @@ type = "git-repo" url = "git@git.arachnitech.com:kellya/swaync-config.git" refreshPeriod = "168h" + +[".config/sway"] + type = "git-repo" + url = "git@git.arachnitech.com:kellya/sway-config.git" + refreshPeriod = "168h" + +[".config/waybar"] + type = "git-repo" + url = "git@git.arachnitech.com:kellya/waybar-config.git" + refreshPeriod = "168h"