This commit is contained in:
Lilith 2026-01-06 18:47:49 +01:00
parent 22e1f50083
commit 6da6530ba8
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
3 changed files with 23 additions and 6 deletions

View file

@ -21,15 +21,12 @@
services.greetd = {
enable = true;
settings = {
settings = rec {
default_session = {
user = "lilith";
command = "Hyprland";
};
initial_session = {
user = "lilith";
command = "Hyprland";
command = "start-hyprland";
};
initial_session = default_session;
};
};
};