From 942810dd663b168625cfbbd2dc79b116c48715f4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 15 Jun 2024 10:04:33 +0100 Subject: [PATCH] Fix setting undocked profile for laptops --- home/Northstar.nix | 7 ++++++- home/Tone.nix | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/home/Northstar.nix b/home/Northstar.nix index 9f77a90..7898af7 100644 --- a/home/Northstar.nix +++ b/home/Northstar.nix @@ -30,7 +30,12 @@ transform = "270"; }; in [ - {output = laptopScreen;} + { + profile = { + name = "undocked"; + outputs = [laptopScreen]; + }; + } { profile = { name = "docked"; diff --git a/home/Tone.nix b/home/Tone.nix index 84a973f..a08f267 100644 --- a/home/Tone.nix +++ b/home/Tone.nix @@ -25,7 +25,12 @@ position = "0,0"; }; in [ - {output = laptopScreen;} + { + profile = { + name = "undocked"; + outputs = [laptopScreen]; + }; + } { profile = { name = "docked";