Revert "fix: customize tuigreet more :3"
This reverts commit 6e2da06873.
This commit is contained in:
parent
6e2da06873
commit
cab8fda8c3
1 changed files with 5 additions and 1 deletions
|
|
@ -6,8 +6,12 @@
|
||||||
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 -t -g \"Hello there |˶˙ᵕ˙ )ノ゙\" --cmd Hyprland";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
|
||||||
user = "rhea";
|
user = "rhea";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue