Post

Legion Go Bazzite Setup (Post Installation)

Legion GO Bazzite Setup (Post Installation)

  • After installation on the setup wizzard select Decky Loader for installation. Reboot the device and go through the Bazzite/Deck setup wizard.
  • Press on the Right-hand side settings button to bring up the side menu -> Then go to Plug icon -> Market Place icon -> Sort by most downloaded -> Select CSS Loader and install.
  • After the device setup has been completed, press the Legion button to go back and exit to desktop.
  • Type in ujust setup-decky (it should say “Decky Loader” is installed) and install SimpleDeckyTDP
  • Run the following installers
    1
    2
    3
    4
    5
    
     ujust install-hdd-controller-glyph-theme
     ujust install-legion-go-theme
    
     # Reboot
     sudo reboot now
    
  • Once restarted. Press on the Right-hand side settings button to bring up the side menu -> Then go to Plug icon -> CSS Loader
  • Enable “Handheld Controller Glpyhs” -> Select Legion Go in the Handheld drop box.
  • Enable “Legion Go Theme”

Optional and personalized steps

  • Run the emudeck installer if you want to use emuation on the desktop.
  • Run tailscale (Optional). Tailscale is already installed by default with Bazzite. tailscale up
  • SSH setup
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    
     # enable ssh
     systemctl enable sshd
     systemctl start sshd
    
     # Setup ssh keys
     mkdir ~/.ssh
     curl https://github.com/.keys >> ~/.ssh/authorized_keys
    
     # Disable password authentication
     sudo sed -i 's/^#PasswordAuthentication yes/PasswordAuthentication no/' /etc/ssh/sshd_config
     sudo systemctl restart sshd
    
This post is licensed under CC BY 4.0 by the author.

© Karubits. Some rights reserved.

Follow your curiosity.