Fix typo setting hidpi

This commit is contained in:
Evie Litherland-Smith 2024-02-01 11:41:16 +00:00
parent ece96e046e
commit ec76216d8d

View file

@ -1,7 +1,7 @@
{...}: { {...}: {
programs = { programs = {
git.userEmail = "evie.litherland-smith@ukaea.uk"; git.userEmail = "evie.litherland-smith@ukaea.uk";
qutebrowser.settings.qt.hidpi = true; qutebrowser.settings.qt.highdpi = true;
}; };
accounts.email.accounts = { accounts.email.accounts = {
proton.primary = false; proton.primary = false;