meta: Autologin with greetd and tuigreet

This commit is contained in:
Donovan Glover 2023-05-23 17:14:24 -04:00
parent 162b3d0d13
commit 187028c552
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -29,5 +29,21 @@
lnch
wev
swww
greetd.tuigreet
];
services.greetd = {
enable = true;
restart = false;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
user = "greeter";
};
initial_session = {
command = "${pkgs.hyprland}/bin/Hyprland";
user = "user";
};
};
};
}