chore: update akshara revision

This commit is contained in:
Rudra Saraswat 2026-04-04 01:48:17 +01:00
parent ab54a3d374
commit a8f06a6404
3 changed files with 23 additions and 12 deletions

18
arch-desktop.yaml Normal file
View file

@ -0,0 +1,18 @@
track: "https://git.ruds.io/rs2009/blendOS-tracks/raw/branch/main/arch.yaml"
stages:
- module: exec
run: |
if [[ "$BASE_DESKTOP" = gnome ]]; then
pacman -Syqu --noconfirm gnome
elif [[ "$BASE_DESKTOP" = plasma ]]; then
pacman -Syqu --noconfirm plasma \
kde-accessibility-meta \
kde-multimedia-meta \
kde-system-meta \
kde-utilities-meta \
discover
fi
env:
BASE_DESKTOP: gnome