fix(kratos): launch Hyprland via wrapper from greetd
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
tuigreet = "${lib.getExe pkgs.tuigreet}";
|
tuigreet = "${lib.getExe pkgs.tuigreet}";
|
||||||
# Use Hyprland directly - tuigreet's --cmd finds it via PATH
|
# Use start-hyprland wrapper to avoid Hyprland startup warnings
|
||||||
# Using the simple binary name allows greetd to launch it properly
|
# withUWSM=true is set in programs.nix; start-hyprland handles this correctly
|
||||||
hyprlandCmd = "Hyprland";
|
hyprlandCmd = "${config.programs.hyprland.package}/bin/start-hyprland";
|
||||||
in {
|
in {
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user