mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
chore: Remove creation of deck user, hopefully won't be needed again
This commit is contained in:
parent
6f6f1dbca5
commit
c531e71e64
@ -150,11 +150,6 @@ screens:
|
||||
default: true
|
||||
packages:
|
||||
- Enable Autostart: cp ~/usr/share/applications/steam.desktop ~/.config/autostart/steam-silent.desktop && sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' ~/.config/autostart/steam-silent.desktop
|
||||
Create Deck User:
|
||||
description: Creates the "deck" user and group needed for mounting SD cards.
|
||||
default: true
|
||||
packages:
|
||||
- User Setup: just create-deck-user
|
||||
Decky Loader:
|
||||
description: A plugin loader for the Steam Deck
|
||||
default: false
|
||||
|
@ -1,14 +1,6 @@
|
||||
set-steamos-kargs:
|
||||
rpm-ostree kargs --append="amd_iommu=off" --append="amdgpu.gttsize=8128" --append="spi_amd.speed_dev=1"
|
||||
|
||||
create-deck-user:
|
||||
#!/usr/bin/env bash
|
||||
if ! grep "^deck" /etc/group; then
|
||||
groupadd deck
|
||||
useradd deck -g deck -G wheel
|
||||
fi
|
||||
usermod -a -G deck $(whoami)
|
||||
|
||||
create-steam-shortcuts:
|
||||
cp /usr/share/applications/steam.desktop ~/Desktop
|
||||
cp /etc/skel.d/Desktop/Return.desktop ~/Desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user