mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 18:41:33 +09:00
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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue