summaryrefslogtreecommitdiff
path: root/modules/hosts/X230/home.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-06-28 11:16:13 -0500
committerTim Keller <tjkeller.xyz>2025-06-28 11:16:13 -0500
commita8d1091e0103e2a71d7868bb7fc35961c15f6edc (patch)
tree14a7253c5160f64c90bc835fbdc9cf19f23f8c97 /modules/hosts/X230/home.nix
parentc3ae6a1c8783e93d7d6f0611ff7a77f3f9ffdff9 (diff)
downloadnixos-a8d1091e0103e2a71d7868bb7fc35961c15f6edc.tar.xz
nixos-a8d1091e0103e2a71d7868bb7fc35961c15f6edc.zip
add x230 config
Diffstat (limited to 'modules/hosts/X230/home.nix')
-rw-r--r--modules/hosts/X230/home.nix14
1 files changed, 14 insertions, 0 deletions
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;
+ };
+}