From 4df99c9a30c242f9045ed01526b0ff7de2b5af32 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 3 Nov 2025 17:34:05 +0100 Subject: [PATCH] feat: adds work setup --- modules/home/sway/default.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index ccf5cae..6bdbc23 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -257,6 +257,28 @@ in } ]; }; + work = { + outputs = [ + { + criteria = "eDP-1"; + scale = 1.0; + status = "enable"; + position = "0,0"; + } + { + criteria = "HP Inc. HP E27q G5 CNC4190NG9"; + scale = 1.0; + status = "enable"; + position = "4816,0"; + } + { + criteria = "HP Inc. HP E27q G5 CNC4081M2B"; + scale = 1.0; + status = "enable"; + position = "2256,0"; + } + ]; + }; }; };