mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Waybar configs and crestline account home manager template
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user