mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-17 05:07:19 +02:00
fix: fcitx - macOS
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# remove existing rime data (squirrel)
|
# remove existing rime data (squirrel)
|
||||||
home.activation.removeExistingRimeData = lib.hm.dag.entryBefore ["checkLinkTargets"] ''
|
home.activation.removeExistingRimeData = lib.hm.dag.entryBefore ["checkLinkTargets"] ''
|
||||||
rm -rf "~/Library/Rime/build/flypy.prism.bin"
|
rm -rf "${config.home.homeDirectory}/Library/Rime/build/flypy.prism.bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Squirrel Input Method
|
# Squirrel Input Method
|
||||||
|
|||||||
Reference in New Issue
Block a user