mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Add catppuccin to fcitx
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
fcitx5-mozc
|
fcitx5-mozc
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
];
|
];
|
||||||
|
waylandFrontend = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.user.services.fcitx5-daemon = {
|
systemd.user.services.fcitx5-daemon = {
|
||||||
@@ -47,4 +48,12 @@
|
|||||||
0=Default
|
0=Default
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.dataFile."fcitx5/themes/catppuccin-latte-pink".source = "${pkgs.catppuccin-fcitx5}/share/fcitx5/themes/catppuccin-latte-pink";
|
||||||
|
xdg.configFile."fcitx5/conf/classicui.conf" = {
|
||||||
|
force = true;
|
||||||
|
text = ''
|
||||||
|
Theme=catppuccin-latte-pink
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user