From 018971162cad0d64a17fbfef854467765edce987 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 19 Sep 2024 16:13:41 +0200 Subject: workstation: configure monitors --- hosts/workstation/default.nix | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 3b11993..ae730ae 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, ... }: +{ ... }: { imports = [ ./hardware.nix @@ -23,6 +23,28 @@ position = "auto"; scale = 1; }; + + DP-2 = { + resolution = "preferred"; + position = "auto"; + scale = 1; + bar.enable = true; + }; + + DP-3 = { + resolution = "preferred"; + position = "auto"; + scale = 1; + transform = { + rotation = 90; + }; + }; + + HDMA-A-1 = { + resolution = "preferred"; + position = "auto"; + scale = 1; + }; }; webtray.instances = { -- cgit v1.2.3-70-g09d2