Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services = {
- xserver = {
- enable = true;
- desktopManager = {
- xterm.enable = false;
- default = "xfce";
- xfce = {
- enable = true;
- enableXfwn = false;
- noDesktop = true;
- thunarPlugins = with pkgs.xfce; [
- thunar-archive-plugin
- # thunar-dropbox-plugin
- ];
- };
- };
- windowManager = {
- default = "xmonad";
- xmonad = {
- enable = true;
- enableContribAndExtras = true;
- };
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment