mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 23:22:40 +02:00
fix: fcitx5 theme
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
catppuccin-fcitx5,
|
nur-ryan4yin,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.file.".config/fcitx5/profile" = {
|
home.file.".config/fcitx5/profile" = {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# color schema
|
# color schema
|
||||||
home.file.".local/share/fcitx5/themes".source = "${catppuccin-fcitx5}/src";
|
home.file.".local/share/fcitx5/themes".source = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-fcitx5}/src";
|
||||||
home.file.".config/fcitx5/conf/classicui.conf".source = ./classicui.conf;
|
home.file.".config/fcitx5/conf/classicui.conf".source = ./classicui.conf;
|
||||||
|
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
|
|||||||
Reference in New Issue
Block a user