diff options
author | sefidel <contact@sefidel.net> | 2023-09-16 00:39:02 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-16 00:39:02 +0900 |
commit | 3a6532797122d4acca1c0bbe420a9f5ee90af813 (patch) | |
tree | 42cd5fb1188ccb1e01dd7f9da9dcb751b4b124ed /home | |
parent | 546d0f3a5505ff824139bd9870a44d6b33962548 (diff) | |
download | nixrc-3a6532797122d4acca1c0bbe420a9f5ee90af813.tar.gz nixrc-3a6532797122d4acca1c0bbe420a9f5ee90af813.zip |
feat(home/sefidel@haruka): enable laptop tweaks
Diffstat (limited to 'home')
-rw-r--r-- | home/configs/haruka/sefidel.nix | 9 |
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; |