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

@@ -37,7 +37,7 @@ in
dconf = { dconf = {
enable = true; enable = true;
settings = { settings = {
"/io/missioncenter/MissionCenter".performance-page-cpu-graph = 2; # logical processors "io/missioncenter/MissionCenter".performance-page-cpu-graph = 2; # logical processors
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
clock-format = "12h"; clock-format = "12h";
color-scheme = "prefer-dark"; color-scheme = "prefer-dark";

View File

@@ -42,12 +42,6 @@ in
] ]
++ ( ++ (
if hasDestopEnvironment then if hasDestopEnvironment then
if !isArm then
[
goverlay
winboat
]
else
[ [
boxbuddy boxbuddy
stable.chromium stable.chromium
@@ -58,7 +52,14 @@ in
mission-center mission-center
parted parted
vesktop vesktop
] ++ (
if !isArm then
[
goverlay
winboat
] ]
else [ ]
)
else else
[ ] [ ]
); );