feat(nixos/desktop): add quickPhrase to fcitx5

This commit is contained in:
Alexandre Cavalheiro 2025-01-21 03:49:11 -03:00
parent 4b31ba34b6
commit 036240d01e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -80,6 +80,10 @@ in
fcitx5-catppuccin fcitx5-catppuccin
]; ];
quickPhrase = {
proud = "<()>";
};
waylandFrontend = true; waylandFrontend = true;
}; };
}; };