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;