diff --git a/scripts/post-install.sh b/scripts/post-install.sh index ba7e1af..df0756e 100755 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -138,6 +138,7 @@ fi log "Enabling systemd user services..." USER_SERVICES=( "kanshi" + "stasis" ) for service in "${USER_SERVICES[@]}"; do diff --git a/scripts/transform.sh b/scripts/transform.sh index bfbd90a..b74cc29 100755 --- a/scripts/transform.sh +++ b/scripts/transform.sh @@ -344,6 +344,7 @@ echo "source /etc/zsh/zshrc.moonarch" >> "$HOME/.zshrc" log "Enabling systemd user services..." USER_SERVICES=( "kanshi" + "stasis" ) for service in "${USER_SERVICES[@]}"; do