From 3c4856ddcaf08de825487455f0c9ace37f9eb821 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 3 Mar 2026 16:32:50 -0600 Subject: [PATCH] apps --- modules/home/desktop/gnome/default.nix | 2 +- modules/home/home/default.nix | 35 +++++++++++++------------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/modules/home/desktop/gnome/default.nix b/modules/home/desktop/gnome/default.nix index 5c4629c..561e2cf 100644 --- a/modules/home/desktop/gnome/default.nix +++ b/modules/home/desktop/gnome/default.nix @@ -37,7 +37,7 @@ in dconf = { enable = true; 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" = { clock-format = "12h"; color-scheme = "prefer-dark"; diff --git a/modules/home/home/default.nix b/modules/home/home/default.nix index ddabf05..fefca2f 100644 --- a/modules/home/home/default.nix +++ b/modules/home/home/default.nix @@ -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 [ ] );