From 888e2532d2b447330ca33b4761e96883d8cb4a9b Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Fri, 21 Apr 2023 20:39:42 +0200 Subject: [PATCH] ZeNixComputa: leave mako on the second screen --- hostconfig/ZeNixComputa/hm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hostconfig/ZeNixComputa/hm.nix b/hostconfig/ZeNixComputa/hm.nix index 7a02cc8..5bcf854 100644 --- a/hostconfig/ZeNixComputa/hm.nix +++ b/hostconfig/ZeNixComputa/hm.nix @@ -17,6 +17,8 @@ "".output = "DP-2"; }; + services.mako.output = "DP-2"; + xdg.desktopEntries.teams = { name = "teams"; exec = "${pkgs.chromium}/bin/chromium --app=https://teams.microsoft.com";