diff options
author | sefidel <contact@sefidel.net> | 2023-09-14 22:48:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-14 22:48:51 +0900 |
commit | 037b50d6087faf294c657cae944c4a10b6d5250c (patch) | |
tree | 38d01e93782b5f2fa140e62e6bcaf4a508f7b21c /home/configs/haruka | |
parent | 75b3280002b55e0be4ac97fb180af2248c710106 (diff) | |
download | nixrc-037b50d6087faf294c657cae944c4a10b6d5250c.tar.gz nixrc-037b50d6087faf294c657cae944c4a10b6d5250c.zip |
feat(home): basic HiDPI support
Diffstat (limited to 'home/configs/haruka')
-rw-r--r-- | home/configs/haruka/sefidel.nix | 7 |
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; |