mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-04 04:03:23 +08:00
9 lines
180 B
Nix
9 lines
180 B
Nix
{
|
|
nixpkgs.overlays = [
|
|
(final: prev: {
|
|
cherry-studio = prev.cherry-studio.override {
|
|
commandLineArgs = "--wayland-text-input-version=3";
|
|
};
|
|
})
|
|
];
|
|
}
|