From e5a9677140809c394a787866863b95c1b4fae225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Wed, 31 Jan 2024 10:13:56 +0100 Subject: [PATCH] feat: set scale for 4k monitors --- hosts/nixos-laptop/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index 953f8cb..6a0dcb0 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -20,6 +20,7 @@ webis.enable = true; impermanence.enable = true; }; + programs.hyprland.monitors = [ "HDMI-A-1,3840x2160,auto,1.2" ",preferred,auto,1" ]; }; # BOOT @@ -94,7 +95,7 @@ }/bin/python asus_touchpad.py m433ia ''; # Probably needed because it fails on boot seemingly because the driver - # is not ready yet. Alternativly, you can use `sleep 3` or similar in the + # is not ready yet. Alternatively, you can use `sleep 3` or similar in the # `script`. serviceConfig = { RestartSec = "1s";