Skip to content

Instantly share code, notes, and snippets.

@garbas
Created April 4, 2015 16:35
Show Gist options
  • Save garbas/29e26085859fa26f039c to your computer and use it in GitHub Desktop.
Save garbas/29e26085859fa26f039c to your computer and use it in GitHub Desktop.
xserver = {
vaapiDrivers = [ pkgs.vaapiIntel ];
autorun = true;
enable = true;
exportConfiguration = true;
layout = "us";
windowManager.i3.enable = true;
windowManager.default = "i3";
displayManager.slim = {
defaultUser = "rok";
theme = pkgs.fetchurl {
url = "https://github.com/jagajaga/nixos-slim-theme/raw/master/nixos-slim-theme.tar.gz";
sha256 = "0bn7m3msmwnhlmfz3x3zh29bgb8vs0l4d53m3z5jkgk9ryf03nk2";
};
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment