fix: now really, that revert was unnecessary

This commit is contained in:
EinEtwas 2024-10-16 14:49:27 +02:00
parent cab8fda8c3
commit db3a6f4ccd

View file

@ -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";
}; };
}; };