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";