Skip to content

Instantly share code, notes, and snippets.

@Synthetica9
Created October 25, 2018 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Synthetica9/98bf015f3493d84363aff88f975bc61f to your computer and use it in GitHub Desktop.
Save Synthetica9/98bf015f3493d84363aff88f975bc61f to your computer and use it in GitHub Desktop.
desktopManager.xfce = {
enable = true;
thunarPlugins = with pkgs.xfce; [
thunar-archive-plugin
thunar_volman
thunar-dropbox-plugin
];
# "Don't install XFCE desktop components (xfdesktop, panel and notification
# daemon).";
noDesktop = true;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment