1: Updated LM Studio desktop entry properly
This commit is contained in:
parent
a5bd5dc98f
commit
4dd887b26f
@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
# Override LM Studio entry to always launch with Wayland
|
# Override LM Studio entry to always launch with Wayland
|
||||||
xdg.desktopEntries.lmstudio = {
|
xdg.desktopEntries.lm-studio = {
|
||||||
name = "LM Studio";
|
name = "LM Studio";
|
||||||
exec = "lmstudio --enable-features=UseOzonePlatform --ozone-platform=wayland %U";
|
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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user