fix(kratos): launch Hyprland via wrapper from greetd

This commit is contained in:
2026-05-25 09:51:06 +02:00
parent b1fb63c814
commit 2a37ea8fbc
+3 -3
View File
@@ -7,9 +7,9 @@
...
}: let
tuigreet = "${lib.getExe pkgs.tuigreet}";
# Use Hyprland directly - tuigreet's --cmd finds it via PATH
# Using the simple binary name allows greetd to launch it properly
hyprlandCmd = "Hyprland";
# Use start-hyprland wrapper to avoid Hyprland startup warnings
# withUWSM=true is set in programs.nix; start-hyprland handles this correctly
hyprlandCmd = "${config.programs.hyprland.package}/bin/start-hyprland";
in {
services.greetd = {
enable = true;