about summary refs log tree commit diff
path: root/home/configs/haruka
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-16 00:39:02 +0900
committersefidel <contact@sefidel.net>2023-09-16 00:39:02 +0900
commit3a6532797122d4acca1c0bbe420a9f5ee90af813 (patch)
tree42cd5fb1188ccb1e01dd7f9da9dcb751b4b124ed /home/configs/haruka
parent546d0f3a5505ff824139bd9870a44d6b33962548 (diff)
downloadnixrc-3a6532797122d4acca1c0bbe420a9f5ee90af813.tar.gz
nixrc-3a6532797122d4acca1c0bbe420a9f5ee90af813.zip
feat(home/sefidel@haruka): enable laptop tweaks
Diffstat (limited to 'home/configs/haruka')
-rw-r--r--home/configs/haruka/sefidel.nix9
1 files changed, 6 insertions, 3 deletions
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;