From 037b50d6087faf294c657cae944c4a10b6d5250c Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Thu, 14 Sep 2023 22:48:51 +0900
Subject: feat(home): basic HiDPI support

---
 home/configs/haruka/sefidel.nix | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'home/configs')

diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix
index 5e4f561..69b6b1a 100644
--- a/home/configs/haruka/sefidel.nix
+++ b/home/configs/haruka/sefidel.nix
@@ -4,6 +4,13 @@
   config = {
     activeProfiles = [ "base" "gui" "browsing" "development" "communication" "multimedia" "research" ];
 
+    profiles.gui.font = {
+      name = "JetBrainsMono";
+      pixelSize = 14;
+    };
+
+    profiles.browsing.hiDpi = true;
+
     programs.htop.settings.detailed_cpu_time = true;
 
     sops.defaultSopsFile = ../../secrets/secrets.yaml;
-- 
cgit 1.4.1