nixos/hyprland: prefer start-hyprland over Hyprland

This commit is contained in:
SchweGELBin
2025-12-29 20:58:48 +01:00
parent 0fe1ffe3fd
commit 874985cfcc
+2 -2
View File
@@ -14,7 +14,7 @@ in
options.programs.hyprland = {
enable = lib.mkEnableOption ''
Hyprland, the dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
You can manually launch Hyprland by executing {command}`Hyprland` on a TTY.
You can manually launch Hyprland by executing {command}`start-hyprland` on a TTY.
A configuration file will be generated in {file}`~/.config/hypr/hyprland.conf`.
See <https://wiki.hyprland.org> for more information'';
@@ -103,7 +103,7 @@ in
hyprland = {
prettyName = "Hyprland";
comment = "Hyprland compositor managed by UWSM";
binPath = "/run/current-system/sw/bin/Hyprland";
binPath = "/run/current-system/sw/bin/start-hyprland";
};
};
})