From c26a11a9a894054c0c8fadb077122efd080210f5 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 12 Jan 2026 21:42:29 -0800 Subject: [PATCH] fix(boxy): Update appLauncherServer to use module option syntax --- machines/boxy/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/boxy/configuration.nix b/machines/boxy/configuration.nix index cce32dd..fa7599f 100644 --- a/machines/boxy/configuration.nix +++ b/machines/boxy/configuration.nix @@ -26,7 +26,7 @@ with lib; enable = true; autologin = true; wayland = true; - appLauncherServer = true; + appLauncherServer.enable = true; jellyfinScaleFactor = 1.0; }; nfs-mounts.enable = true;