summaryrefslogtreecommitdiff
path: root/modules/hosts/T430/home.nix
blob: 1e5b3d14f4b3349106954f0a77c0070d1eee6be5 (plain)
1
2
3
4
5
{ ... }: {
	imports = [ ../../home ];

	alacritty.font.size = 9;
}