aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixbox/configuration.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix
index 0ab39e1..416fd0a 100644
--- a/hosts/nixbox/configuration.nix
+++ b/hosts/nixbox/configuration.nix
@@ -47,8 +47,13 @@
# Enable the X11 windowing system.
services.xserver.enable = true;
+ # Enable SDDM and set second display resolution/position
+ services.xserver.displayManager = {
+ sddm.enable = true;
+ setupCommands = "xrandr --output HDMI-0 --mode 1280x1024 --output HDMI-0 --right-of DP-0";
+ };
+
# Enable the KDE Plasma Desktop Environment.
- services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
# Configure keymap in X11