From a8d1091e0103e2a71d7868bb7fc35961c15f6edc Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 28 Jun 2025 11:16:13 -0500 Subject: add x230 config --- modules/hosts/X230/home.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/hosts/X230/home.nix (limited to 'modules/hosts/X230/home.nix') diff --git a/modules/hosts/X230/home.nix b/modules/hosts/X230/home.nix new file mode 100644 index 0000000..871d997 --- /dev/null +++ b/modules/hosts/X230/home.nix @@ -0,0 +1,14 @@ +{ ... }: { + imports = [ ../../home ]; + + theme = { + mint.theme.color = "Dark-Teal"; + mint.icons.color = "Teal"; + font = { + monospace = "Tamzen"; + gtk.name = "monospace"; + gtk.size = 8; + }; + cursor.size = 24; + }; +} -- cgit v1.2.3