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

	alacritty.font.size = 9;
	wallpapers.enable = true;
}