diff --git a/scwrypts/dotwryn/.config/env.yaml b/scwrypts/dotwryn/.config/env.yaml new file mode 100644 index 0000000..353f34d --- /dev/null +++ b/scwrypts/dotwryn/.config/env.yaml @@ -0,0 +1,13 @@ +--- +desktop: + .DESCRIPTION: >- + directory containing sound effects + sfx-path: + .ENVIRONMENT: DESKTOP__SFX_PATH + wallpaper-path: + .ENVIRONMENT: DESKTOP__WALLPAPER_PATH +wryn: + .DESCRIPTION: >- + home server data + server-hostnames: + .ENVIRONMENT: WRYN__SERVER_HOSTNAMES diff --git a/scwrypts/remote/.config/env.yaml b/scwrypts/remote/.config/env.yaml new file mode 100644 index 0000000..56780ea --- /dev/null +++ b/scwrypts/remote/.config/env.yaml @@ -0,0 +1,5 @@ +--- +remote-tmux-session: + .DESCRIPTION: >- + session name for remote connection (default 'remote') + .ENVIRONMENT: REMOTE_TMUX_SESSION