From a102c0f4e6d03f70ad8991602ebac8bde5a87ebe Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 21 Oct 2024 16:38:23 +0200 Subject: [PATCH] fix(ahrc-pc niri): wrong screen name --- ahrc-pc/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahrc-pc/home.nix b/ahrc-pc/home.nix index fe12112..f99bbf4 100644 --- a/ahrc-pc/home.nix +++ b/ahrc-pc/home.nix @@ -15,7 +15,7 @@ programs.niri.settings = { input.keyboard.xkb.layout = "us"; - outputs."HDMI-1".scale = 1; + outputs."HDMI-A-1".scale = 1; layout.border.active.color = "#d966ff"; binds = with config.lib.niri.actions; { "Mod+1".action = focus-workspace 1;