summaryrefslogtreecommitdiff
path: root/hosts/gheshki
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/gheshki')
-rw-r--r--hosts/gheshki/home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix
index c02c1f8..cb5e76d 100644
--- a/hosts/gheshki/home.nix
+++ b/hosts/gheshki/home.nix
@@ -4,10 +4,13 @@
, unfreePkgs
, unstableUnfreePkgs
, userOptions
+, lib
, ...
}:
{
imports = [
../../modules/base.nix
];
+
+ programs.alacritty.settings.font.size = lib.mkForce 8;
}