From f3fc517ef8a665c574f9027cb2970231378dd0b1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 22 Feb 2026 16:53:06 -0500 Subject: [PATCH] fix: start-hyprland, not Hyprland --- hosts/xps15/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index c1a149c..8819613 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -16,7 +16,7 @@ let THEME="$(cat "$_tf" 2>/dev/null)" || THEME="midnight" export THEME unset _tf - exec Hyprland + exec start-hyprland ''; in {