1: Attempting to override lmstudio desktop entry so it always launches in wayland mode and uses a better icon
This commit is contained in:
parent
20c80a2e66
commit
101f40748e
@ -2,5 +2,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./edge.nix
|
./edge.nix
|
||||||
./spotify.nix
|
./spotify.nix
|
||||||
|
./lmstudio.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
home/desktop/icons/lmstudio.png
Normal file
BIN
home/desktop/icons/lmstudio.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
8
home/desktop/lmstudio.nix
Normal file
8
home/desktop/lmstudio.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
# Override LM Studio entry to always launch with Wayland
|
||||||
|
xdg.desktopEntries.lmstudio = {
|
||||||
|
name = "LM Studio";
|
||||||
|
exec = "lmstudio --enable-features=UseOzonePlatform --ozone-platform=wayland %U";
|
||||||
|
icon = "./icons/lmstudio.png";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user