mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-09 21:45:13 +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
|
default: true
|
||||||
packages:
|
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
|
- 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:
|
Decky Loader:
|
||||||
description: A plugin loader for the Steam Deck
|
description: A plugin loader for the Steam Deck
|
||||||
default: false
|
default: false
|
||||||
|
@ -1,14 +1,6 @@
|
|||||||
set-steamos-kargs:
|
set-steamos-kargs:
|
||||||
rpm-ostree kargs --append="amd_iommu=off" --append="amdgpu.gttsize=8128" --append="spi_amd.speed_dev=1"
|
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:
|
create-steam-shortcuts:
|
||||||
cp /usr/share/applications/steam.desktop ~/Desktop
|
cp /usr/share/applications/steam.desktop ~/Desktop
|
||||||
cp /etc/skel.d/Desktop/Return.desktop ~/Desktop
|
cp /etc/skel.d/Desktop/Return.desktop ~/Desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user