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/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'machines/bismuth/default.nix') diff --git a/machines/bismuth/default.nix b/machines/bismuth/default.nix index 02fda0f..a70d93c 100644 --- a/machines/bismuth/default.nix +++ b/machines/bismuth/default.nix @@ -15,10 +15,10 @@ ]; # set monitor configuration for gdm - # NOTE: maybe also use this for ~/.config/monitors.xml? - systemd.tmpfiles.rules = [ - "L+ /run/gdm/.config/monitors.xml - - - - ${../../configs/monitors.xml}" - ]; + # see ./home.nix for user session monitors + environment.etc = { + "xdg/monitors.xml".source = ../../configs/monitors.xml; + }; system.stateVersion = "23.11"; } -- cgit 1.4.1