fix: now really, that revert was unnecessary
This commit is contained in:
parent
cab8fda8c3
commit
db3a6f4ccd
1 changed files with 1 additions and 5 deletions
|
|
@ -6,12 +6,8 @@
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
initial_session = {
|
|
||||||
command = "Hyprland";
|
|
||||||
user = "rhea";
|
|
||||||
};
|
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd Hyprland";
|
||||||
user = "rhea";
|
user = "rhea";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue