snowflake/home/wayland/services/greetd.nix

13 lines
211 B
Nix
Raw Normal View History

2024-01-22 03:48:37 -05:00
_: {
services.greetd = {
enable = true;
settings = rec {
initial_session = {
command = "Hyprland";
user = "notoh";
};
default_session = initial_session;
};
};
}