chore: Remove auto-login from desktop images

This commit is contained in:
Kyle Gospodnetich 2023-09-11 11:20:06 -07:00
parent a158f3e742
commit 0296ea2a35
2 changed files with 0 additions and 15 deletions

View File

@ -46,11 +46,6 @@ screens:
show_terminal: true
package_manager: yafti.plugin.run
groups:
Enable Auto Login:
description: Skip the login screen and boot straight to the desktop
default: false
packages:
- Enable Auto Login: just --unstable enable-auto-login
Greenlight:
description: A utility for xCloud and xHome streaming
default: false

View File

@ -122,16 +122,6 @@ install-fleek-themes:
echo "Install fleek with just install-fleek before running just install-fleek-themes."
fi
# Enable passwordless automatic login to the desktop
enable-auto-login:
#!/usr/bin/env bash
source /etc/default/bazzite
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
systemctl enable --now gnome-autologin
elif [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then
systemctl enable --now plasma-autologin
fi
# Install Greenlight xCloud and xHome streaming AppImage
get-greenlight:
#!/usr/bin/env bash