apps
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -42,23 +42,24 @@ in
|
|||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
if hasDestopEnvironment then
|
if hasDestopEnvironment then
|
||||||
if !isArm then
|
[
|
||||||
[
|
boxbuddy
|
||||||
goverlay
|
stable.chromium
|
||||||
winboat
|
firefox
|
||||||
]
|
gamescope
|
||||||
else
|
gamescope-wsi
|
||||||
[
|
gparted
|
||||||
boxbuddy
|
mission-center
|
||||||
stable.chromium
|
parted
|
||||||
firefox
|
vesktop
|
||||||
gamescope
|
] ++ (
|
||||||
gamescope-wsi
|
if !isArm then
|
||||||
gparted
|
[
|
||||||
mission-center
|
goverlay
|
||||||
parted
|
winboat
|
||||||
vesktop
|
]
|
||||||
]
|
else [ ]
|
||||||
|
)
|
||||||
else
|
else
|
||||||
[ ]
|
[ ]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user