Use native Mission Center and update logo-menu defaults

This commit is contained in:
randogoth 2026-02-03 18:06:07 +02:00
parent c24571128b
commit 6ac92aa9f3
3 changed files with 3 additions and 2 deletions

View file

@ -126,7 +126,7 @@ diff -ru orig/schemas/org.gnome.shell.extensions.logo-menu.gschema.xml mod/schem
<key type="s" name="menu-button-system-monitor"> <key type="s" name="menu-button-system-monitor">
- <default>"gnome-system-monitor"</default> - <default>"gnome-system-monitor"</default>
+ <default>"flatpak run io.missioncenter.MissionCenter"</default> + <default>"mission-center"</default>
<summary>Menu System Monitor</summary> <summary>Menu System Monitor</summary>
<description>Change the Menu System Monitor.</description> <description>Change the Menu System Monitor.</description>
</key> </key>

View file

@ -20,7 +20,7 @@
packages = [ packages = [
"com.github.tchx84.Flatseal" "com.github.tchx84.Flatseal"
"io.github.kolunmi.Bazaar" "io.github.kolunmi.Bazaar"
"io.missioncenter.MissionCenter" # "io.missioncenter.MissionCenter"
]; ];
}; };
} }

View file

@ -26,6 +26,7 @@
pkgs.just pkgs.just
pkgs.libnotify pkgs.libnotify
pkgs.micro pkgs.micro
pkgs.mission-center
pkgs.podman-compose pkgs.podman-compose
]; ];
} }