From 182f10a725e154d46069213ad709711f83c7c57a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 25 Dec 2025 09:27:39 -0600 Subject: X230 init 25.11 --- hosts/X230/configuration.nix | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'hosts') diff --git a/hosts/X230/configuration.nix b/hosts/X230/configuration.nix index af0ef25..5e8d0ea 100644 --- a/hosts/X230/configuration.nix +++ b/hosts/X230/configuration.nix @@ -17,11 +17,13 @@ office.enable = true; }; }; - # Setup user - users.primary = { - enable = true; - autologin.enable = true; - }; + }; + + # Enable user timmy + _users.timmy = { + enable = true; + autologin.enable = true; + wifi.enable = true; }; # Configure home @@ -46,6 +48,11 @@ }; }; }; + programs._seasonalwallpaper.wallpapers.download = true; + fonts.fontconfig = { + subpixelRendering = "rgb"; + hinting = "full"; + }; }; system.stateVersion = "24.05"; -- cgit v1.2.3