mate: Install mate-panel-with-applets by default

This commit is contained in:
Bobby Rong 2024-02-24 22:44:24 +08:00
parent cbe14f0baf
commit a323f4f828
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View File

@ -37,10 +37,6 @@ in
pkgs.mate.mate-session-manager
];
# Let mate-panel find applets
environment.sessionVariables."MATE_PANEL_APPLETS_DIR" = "${config.system.path}/share/mate-panel/applets";
environment.sessionVariables."MATE_PANEL_EXTRA_MODULES" = "${config.system.path}/lib/mate-panel/applets";
# Debugging
environment.sessionVariables.MATE_SESSION_DEBUG = mkIf cfg.debug "1";

View File

@ -66,7 +66,7 @@ let
mate-icon-theme
mate-menus
mate-notification-daemon
mate-panel
mate-panel-with-applets
mate-polkit
mate-session-manager
mate-settings-daemon