diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-16 07:04:16 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-16 07:04:16 +0100 |
| commit | 67f3a0ccc8432df83be732103f6eedec9736f2f7 (patch) | |
| tree | 883493212e0a937df2d3eddb752358bccd2c83ce /install.nu | |
| parent | ca5d034d71126512e2bd2c78b35a95425d9a5a99 (diff) | |
[conf/sway] added 020 config
Diffstat (limited to 'install.nu')
| -rwxr-xr-x | install.nu | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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") { |
