Waybar configs and crestline account home manager template

This commit is contained in:
2025-07-01 00:16:31 -07:00
parent 5cd18d4fcb
commit 03cd45aac4
4 changed files with 281 additions and 5 deletions

View File

@@ -9,14 +9,17 @@
"input"
"dialout"
];
packages = with pkgs; [ ];
};
services.displayManager.autoLogin = {
enable = true;
user = "crestline";
};
services.xserver.displayManager.gdm.autoLogin.delay = 60;
home-manager.users.crestline = {
home.username = "crestline";
home.homeDirectory = "/home/crestline";
home.stateVersion = "25.05";
};
}