lavaridge,petalburg: disable autologin
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-08-24 14:44:44 -04:00
parent 78840bcb6f
commit f6b34ea1f3
2 changed files with 2 additions and 10 deletions

View file

@ -51,11 +51,7 @@
};
desktop = {
greetd = {
enable = true;
autologin = "aly";
};
greetd.enable = true;
hyprland.enable = true;
sway.enable = true;
};

View file

@ -72,11 +72,7 @@
};
desktop = {
greetd = {
enable = true;
autologin = "aly";
};
greetd.enable = true;
hyprland.enable = true;
sway.enable = true;
};