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