summaryrefslogtreecommitdiff
path: root/hosts/X230
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/X230')
-rw-r--r--hosts/X230/configuration.nix17
1 files changed, 12 insertions, 5 deletions
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";