Skip to content

Instantly share code, notes, and snippets.

@alcol80
Last active December 11, 2016 04:05
Show Gist options
  • Save alcol80/d235ee0933cc9cf1655f to your computer and use it in GitHub Desktop.
Save alcol80/d235ee0933cc9cf1655f to your computer and use it in GitHub Desktop.
{ ... }:
{
services.xserver = {
enable = true;
layout = "us";
windowManager.xmonad = {
enable = true; # installs xmonad and makes it available
enableContribAndExtras = true; # makes xmonad-contrib and xmonad-extras available
extraPackages = self: [ self.xmonadContrib ];
};
windowManager.default = "xmonad"; # sets it as default
desktopManager.default = "none"; # the plain xmonad experience
desktopManager.xterm.enable = false;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment