From 93f8b84d7327a4463ef15f545bfbaa61392097ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 21 Dec 2024 14:18:33 +0100 Subject: [PATCH] fix: weird scaling using niri --- hosts/nixos-laptop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index 072bab7..0b79e01 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -36,6 +36,7 @@ profile.outputs = [ { criteria = "eDP-1"; + scale = 1.0; } ]; }