This commit is contained in:
wyj
2024-05-21 06:37:47 -04:00
parent d8d53e3ffb
commit 02069036d1
12 changed files with 83 additions and 123 deletions
+3 -3
View File
@@ -4,14 +4,14 @@
users = {
defaultUserShell = pkgs.zsh;
users.amper = {
users.wyj = {
isNormalUser = true;
description = "Ampersand";
description = "Yingjie Wang";
extraGroups = [ "networkmanager" "wheel" "input" "libvirtd" ];
packages = with pkgs; [];
};
};
# Enable automatic login for the user.
services.getty.autologinUser = "amper";
#services.getty.autologinUser = "amper";
}