Fix hyprland launch command
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m55s

This commit is contained in:
2024-10-10 22:55:00 +02:00
parent e410929403
commit 4cbb83e2e7

View File

@@ -4,7 +4,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd \"dbus-run-session hyprland\"";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd \"dbus-run-session Hyprland\"";
user = "greeter";
};
};