From aa7d685576329ba719df3d0b7b86b7385dfd09b4 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 19 Mar 2026 13:11:21 +0100 Subject: [PATCH] Configure monitors on stellaris --- hosts/stellaris/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/stellaris/default.nix b/hosts/stellaris/default.nix index 19a0279..29ae73b 100644 --- a/hosts/stellaris/default.nix +++ b/hosts/stellaris/default.nix @@ -40,6 +40,7 @@ }; hardware = { + acpilight.enable = true; bluetooth = { enable = true; # Enable A2DP Sink @@ -70,6 +71,12 @@ "__GLX_VENDOR_LIBRARY_NAME,nvidia" ]; + monitor = [ + "eDP-1, 2560x1600@240, 0x0, 1.6" + "desc:Microstep MPG321UX OLED 0x01010101, @239.99001, auto-right, 1.6" + ", preferred, auto, 1" + ]; + workspace = [ "w[tv1], gapsout:0, gapsin:0" "f[1], gapsout:0, gapsin:0"