mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 09:58:25 +02:00
feat: customize all app's theme to catppuccin-mocha
This commit is contained in:
1
home/linux/fcitx5/classicui.conf
Normal file
1
home/linux/fcitx5/classicui.conf
Normal file
@@ -0,0 +1 @@
|
||||
Theme=catppuccin-mocha # or macchiato, frappe, latte
|
||||
@@ -2,10 +2,14 @@
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
catppuccin-fcitx5,
|
||||
...
|
||||
}: {
|
||||
home.file.".config/fcitx5/profile".source = ./profile;
|
||||
home.file.".config/fcitx5/profile-bak".source = ./profile; # used for backup
|
||||
|
||||
# color schema
|
||||
home.file.".local/share/fcitx5/themes".source = "${catppuccin-fcitx5}/src";
|
||||
# home.file.".config/fcitx5/conf/classicui.conf".source = ./classicui.conf;
|
||||
|
||||
# every time fcitx5 switch input method, it will modify ~/.config/fcitx5/profile file,
|
||||
# which will override my config managed by home-manager
|
||||
|
||||
Reference in New Issue
Block a user