Created
April 4, 2015 16:35
-
-
Save garbas/29e26085859fa26f039c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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