diff options
author | Tim Keller <tjkeller.xyz> | 2024-10-30 19:29:12 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-10-30 19:29:12 -0500 |
commit | 493923a756834f6b33897670684ca5a197d74955 (patch) | |
tree | 932b917b58c06e1f8fe109d499b9561e35742324 /modules/hosts/T430 | |
parent | 2bd905f611684c72422b5a109479d7aa4ac1f373 (diff) | |
download | nixos-493923a756834f6b33897670684ca5a197d74955.tar.xz nixos-493923a756834f6b33897670684ca5a197d74955.zip |
add alacritty config to home manager
Diffstat (limited to 'modules/hosts/T430')
-rw-r--r-- | modules/hosts/T430/home.nix | 2 |
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; } |