about summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-02-24 17:21:53 +0800
committerBobby Rong <rjl931189261@126.com>2024-03-14 23:34:05 +0800
commitc87f6b55911a705be2437274820f46b3e605188a (patch)
tree4add3da5f6ac33daa93032c66ddf34388b13e61f /nixos/modules/services/x11
parent239d44557a78d34bd20181fff11711e64338c4ad (diff)
downloadnixlib-c87f6b55911a705be2437274820f46b3e605188a.tar
nixlib-c87f6b55911a705be2437274820f46b3e605188a.tar.gz
nixlib-c87f6b55911a705be2437274820f46b3e605188a.tar.bz2
nixlib-c87f6b55911a705be2437274820f46b3e605188a.tar.lz
nixlib-c87f6b55911a705be2437274820f46b3e605188a.tar.xz
nixlib-c87f6b55911a705be2437274820f46b3e605188a.tar.zst
nixlib-c87f6b55911a705be2437274820f46b3e605188a.zip
mate: Install caja-with-extensions by default
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/mate.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/mate.nix b/nixos/modules/services/x11/desktop-managers/mate.nix
index f535a1d298b9..89008f0124da 100644
--- a/nixos/modules/services/x11/desktop-managers/mate.nix
+++ b/nixos/modules/services/x11/desktop-managers/mate.nix
@@ -37,9 +37,6 @@ in
       pkgs.mate.mate-session-manager
     ];
 
-    # Let caja find extensions
-    environment.sessionVariables.CAJA_EXTENSION_DIRS = [ "${config.system.path}/lib/caja/extensions-2.0" ];
-
     # 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";