mate: Install mate-panel-with-applets by default
This commit is contained in:
parent
cbe14f0baf
commit
a323f4f828
2 changed files with 1 additions and 5 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue