1: Updated LM Studio desktop entry properly

This commit is contained in:
uzy lol 2025-01-13 08:31:18 -08:00
parent a5bd5dc98f
commit 4dd887b26f

View File

@ -1,7 +1,12 @@
{
# Override LM Studio entry to always launch with Wayland
xdg.desktopEntries.lmstudio = {
xdg.desktopEntries.lm-studio = {
name = "LM Studio";
exec = "lmstudio --enable-features=UseOzonePlatform --ozone-platform=wayland %U";
terminal = false;
type = "Application";
icon = "lm-studio";
categories = [ "Utility" ];
comment = "Discover, download, and run LLMs locally";
};
}