diff --git a/nixos/hosts/marisa-7d76/default.nix b/nixos/hosts/marisa-7d76/default.nix index ef8ce40..ebba84e 100644 --- a/nixos/hosts/marisa-7d76/default.nix +++ b/nixos/hosts/marisa-7d76/default.nix @@ -23,8 +23,18 @@ ]; programs.niri.settings = { - input.tablet.map-to-output = "HDMI-A-1"; - outputs."HDMI-A-1".scale = 1.75; + outputs = { + "HDMI-A-1" = { + scale = 1.75; + }; + "DP-1" = { + scale = 1.75; + position = { + x = 0; + y = 0; + }; + }; + }; }; };