From 3a6532797122d4acca1c0bbe420a9f5ee90af813 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 16 Sep 2023 00:39:02 +0900 Subject: feat(home/sefidel@haruka): enable laptop tweaks --- home/configs/haruka/sefidel.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'home/configs/haruka') diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix index 299d918..a96a57c 100644 --- a/home/configs/haruka/sefidel.nix +++ b/home/configs/haruka/sefidel.nix @@ -4,9 +4,12 @@ config = { activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "research" ]; - profiles.gui.font = { - name = "JetBrainsMono"; - pixelSize = 13; + profiles.gui = { + laptop.enable = true; + font = { + name = "JetBrainsMono"; + pixelSize = 13; + }; }; profiles.browsing.hiDpi = true; -- cgit 1.4.1