This commit is contained in:
mjallen18
2026-03-03 16:32:50 -06:00
parent ff92934cc4
commit 3c4856ddca
2 changed files with 19 additions and 18 deletions

View File

@@ -42,23 +42,24 @@ in
]
++ (
if hasDestopEnvironment then
if !isArm then
[
goverlay
winboat
]
else
[
boxbuddy
stable.chromium
firefox
gamescope
gamescope-wsi
gparted
mission-center
parted
vesktop
]
[
boxbuddy
stable.chromium
firefox
gamescope
gamescope-wsi
gparted
mission-center
parted
vesktop
] ++ (
if !isArm then
[
goverlay
winboat
]
else [ ]
)
else
[ ]
);