chore: Adds cage and firefox-esr packages

This commit is contained in:
Vincent Mahnke 2025-12-18 18:09:39 +01:00
commit 1974d0b9a9
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
2 changed files with 9 additions and 1 deletions

View file

@ -71,4 +71,10 @@ Environment=DISPLAY=:0
[Install]
WantedBy=graphical.target
EOF
systemctl enable firefox-kiosk.service
systemctl enable firefox-kiosk.service
tee /home/kiosk/.bash_profile > /dev/null <<'EOF'
if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi
EOF

View file

@ -51,6 +51,8 @@ d-i pkgsel/include string \
openbox \
chromium \
sudo \
cage \
firefox-esr \
curl
d-i pkgsel/exclude string gnome-software