install for laptop 1st attempt

This commit is contained in:
2025-01-09 10:48:22 -06:00
parent 51e6922790
commit 5e573e45ba
8 changed files with 216 additions and 70 deletions

View File

@@ -86,6 +86,12 @@
LC_TIME = "en_US.UTF-8";
};
services.displayManager.sddm.settings.AutoLogin = {
User = "nathan";
Session = "hyprland";
Relogin = true;
};
networking = {
hostName = "homebox";
nameservers = [ "1.1.1.1" "1.0.0.1" ];