feat(nixos/desktop): add quickPhrase to fcitx5
This commit is contained in:
parent
4b31ba34b6
commit
036240d01e
|
@ -80,6 +80,10 @@ in
|
||||||
fcitx5-catppuccin
|
fcitx5-catppuccin
|
||||||
];
|
];
|
||||||
|
|
||||||
|
quickPhrase = {
|
||||||
|
proud = "<( ̄︶ ̄)>";
|
||||||
|
};
|
||||||
|
|
||||||
waylandFrontend = true;
|
waylandFrontend = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue