summaryrefslogtreecommitdiff
path: root/modules/hosts/T430/home.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-10-30 19:29:12 -0500
committerTim Keller <tjkeller.xyz>2024-10-30 19:29:12 -0500
commit493923a756834f6b33897670684ca5a197d74955 (patch)
tree932b917b58c06e1f8fe109d499b9561e35742324 /modules/hosts/T430/home.nix
parent2bd905f611684c72422b5a109479d7aa4ac1f373 (diff)
downloadnixos-493923a756834f6b33897670684ca5a197d74955.tar.xz
nixos-493923a756834f6b33897670684ca5a197d74955.zip
add alacritty config to home manager
Diffstat (limited to 'modules/hosts/T430/home.nix')
-rw-r--r--modules/hosts/T430/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hosts/T430/home.nix b/modules/hosts/T430/home.nix
index a04b93f..1e5b3d1 100644
--- a/modules/hosts/T430/home.nix
+++ b/modules/hosts/T430/home.nix
@@ -1,3 +1,5 @@
{ ... }: {
imports = [ ../../home ];
+
+ alacritty.font.size = 9;
}