From b24a0ce106dfd52838b6c689a9d3e16771027913 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 15 Dec 2025 18:23:11 +0100 Subject: [PATCH] feat: add monitor configuration --- modules/home/kanshi.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/home/kanshi.nix b/modules/home/kanshi.nix index 267c7b9..1d96caf 100644 --- a/modules/home/kanshi.nix +++ b/modules/home/kanshi.nix @@ -66,6 +66,22 @@ ]; }; home = { + outputs = [ + { + criteria = "eDP-1"; + position = "152,1440"; + } + { + criteria = "LG Electronics LG ULTRAGEAR+ 507NTRLM0646"; + scale = 1.0; + status = "enable"; + position = "0,0"; + # adaptiveSync = true; + mode = "2560x1440@144Hz"; + } + ]; + }; + home-alt = { outputs = [ { criteria = "eDP-1";