From e969da0511ace3d0910f464eacc1b4db4c2ff93f Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 11 Jan 2026 18:30:12 +0100 Subject: Update Bismuth monitor layout Signed-off-by: Mel --- machines/bismuth/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'machines/bismuth/home.nix') diff --git a/machines/bismuth/home.nix b/machines/bismuth/home.nix index 2ba6f25..1eb223e 100644 --- a/machines/bismuth/home.nix +++ b/machines/bismuth/home.nix @@ -5,5 +5,15 @@ ../../modules/home/common.nix ]; + xdg.configFile = { + # monitor configuration for user, for user session and shell + # gdm runs outside of the user session, and we also set monitors + # for it, in ./default.nix + "monitors.xml" = { + source = ../../configs/monitors.xml; + force = true; # overwrite on change so that the source of truth is the declarative version + }; + }; + home.stateVersion = "23.11"; } -- cgit 1.4.1