From 9e9987a615216fa52a892a827d5e4e64754c624c Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Fri, 23 Jan 2026 09:21:01 +0200 Subject: [PATCH] hyprland: use start-hyprland --- modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index bd3a339..ff00cf6 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -14,7 +14,7 @@ in { programs.hyprland.enable = true; - arta.greetd.command = "hyprland"; + arta.greetd.command = "start-hyprland"; }; flake.modules.homeManager.hyprland = { -- 2.44.1