mount
This commit is contained in:
parent
22e1f50083
commit
6da6530ba8
3 changed files with 23 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue