-
-
Save joepie91/15b888afb4d140316c1dd8c6b6d203a6 to your computer and use it in GitHub Desktop.
This file contains 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
services.xserver = { | |
xrandrHeads = [ | |
"DFP6" | |
"CRT1" | |
]; | |
# The below is a workaround, because SDDM inexplicably results in a masked display-manager.service on this system. | |
displayManager = { | |
lightdm = { | |
enable = true; | |
}; | |
sddm = { | |
enable = pkgs.stdenv.lib.mkForce false; | |
}; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment