aboutsummaryrefslogtreecommitdiff
path: root/install.nu
diff options
context:
space:
mode:
Diffstat (limited to 'install.nu')
-rwxr-xr-xinstall.nu8
1 files changed, 8 insertions, 0 deletions
diff --git a/install.nu b/install.nu
index 6d461aa..f7e6a8c 100755
--- a/install.nu
+++ b/install.nu
@@ -96,6 +96,14 @@ if ($DEVICE_ID == "010" or $DEVICE_ID == "020" or $DEVICE_ID == "040") {
}
+# sway
+if ($DEVICE_ID == "010" or $DEVICE_ID == "020") {
+
+ mkdir $"($env.HOME)/.config/sway"
+ cp $"($DOTFILES_DIR)/sway/($DEVICE_ID)_config" $"($env.HOME)/.config/sway/config"
+
+}
+
# yt-dlp
if ($DEVICE_ID == "010" or $DEVICE_ID == "020" or $DEVICE_ID == "040") {