From ec76216d8d40e2c77755611fc962ae31b0cbcfee Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 1 Feb 2024 11:41:16 +0000 Subject: [PATCH] Fix typo setting hidpi --- hosts/Scorch/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Scorch/home.nix b/hosts/Scorch/home.nix index 7100774c..a7b583d4 100644 --- a/hosts/Scorch/home.nix +++ b/hosts/Scorch/home.nix @@ -1,7 +1,7 @@ {...}: { programs = { git.userEmail = "evie.litherland-smith@ukaea.uk"; - qutebrowser.settings.qt.hidpi = true; + qutebrowser.settings.qt.highdpi = true; }; accounts.email.accounts = { proton.primary = false;