From c52cbc26dfd0fa82158a8477e6778e4deda1d20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 27 Jun 2023 20:25:04 -0300 Subject: [PATCH] Revert "monolith: don't hardcode display name" This reverts commit c8c00f08e8913d4c019954160e384e4f938b537f. --- hosts/monolith.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/monolith.nix b/hosts/monolith.nix index 7000285..a9eb6fc 100644 --- a/hosts/monolith.nix +++ b/hosts/monolith.nix @@ -15,6 +15,9 @@ in "kvm-amd" "amdgpu" ]; + boot.kernelParams = [ + "video=DP-1:1920x1080@144" + ]; hardware.opengl.driSupport = true; # # For 32 bit applications