Guest User

Untitled

a guest
Mar 2nd, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # Enable the X11 windowing system.
  2. services.xserver = {
  3. enable = true;
  4. # Write the xorg.conf file to /etc/X11/xorg.conf
  5. exportConfiguration = true;
  6.  
  7. layout = "us";
  8. videoDrivers = [ "nvidia" ];
  9. deviceSection =
  10. ''
  11. BusID "PCI:04:00:0"
  12. '';
  13.  
  14.  
  15. # Try to simply use 1080 + mst DP
  16. xrandrHeads = [ "DP-2.1" "DP-2.8" ];
  17.  
  18. displayManager.slim.enable = true;
  19. #displayManager.kdm.enable = true;
  20. #desktopManager.kde4.enable = true;
  21.  
  22. desktopManager = {
  23. gnome3.enable = true;
  24. default = "gnome3";
  25. };
  26.  
  27. };
Advertisement
Add Comment
Please, Sign In to add comment