about summary refs log tree commit diff
path: root/home/configs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-14 22:48:51 +0900
committersefidel <contact@sefidel.net>2023-09-14 22:48:51 +0900
commit037b50d6087faf294c657cae944c4a10b6d5250c (patch)
tree38d01e93782b5f2fa140e62e6bcaf4a508f7b21c /home/configs
parent75b3280002b55e0be4ac97fb180af2248c710106 (diff)
downloadnixrc-037b50d6087faf294c657cae944c4a10b6d5250c.tar.gz
nixrc-037b50d6087faf294c657cae944c4a10b6d5250c.zip
feat(home): basic HiDPI support
Diffstat (limited to 'home/configs')
-rw-r--r--home/configs/haruka/sefidel.nix7
1 files changed, 7 insertions, 0 deletions
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;