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

This commit is contained in:
Torjus Håkestad 2024-10-10 22:55:00 +02:00
parent e410929403
commit 4cbb83e2e7
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

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