mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat(gnome): add thunar plugins
This commit is contained in:
@@ -63,6 +63,16 @@
|
|||||||
pkgs.kdePackages.kdeconnect-kde;
|
pkgs.kdePackages.kdeconnect-kde;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.thunar.plugins =
|
||||||
|
with pkgs.xfce;
|
||||||
|
lib.mkIf (currentSystemDe == "gnome") [ ]
|
||||||
|
++ [
|
||||||
|
thunar-archive-plugin
|
||||||
|
thunar-media-tags-plugin
|
||||||
|
thunar-vcs-plugin
|
||||||
|
tumbler
|
||||||
|
];
|
||||||
|
|
||||||
# Hack to fix "Your GStreamer installation is missing a plug-in." inside of Nautilus
|
# Hack to fix "Your GStreamer installation is missing a plug-in." inside of Nautilus
|
||||||
environment.sessionVariables.GST_PLUGIN_SYSTEM_PATH_1_0 =
|
environment.sessionVariables.GST_PLUGIN_SYSTEM_PATH_1_0 =
|
||||||
lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0"
|
lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user