Update everything for latest nixpkgs

This commit is contained in:
Elnu 2025-06-17 16:42:55 -07:00
parent fba64b7555
commit 96739c5979
4 changed files with 12 additions and 11 deletions

View file

@ -21,11 +21,14 @@ in
};
home.file = {
"${themeFolder}theme.conf".source = with colors; pkgs.substituteAll ({
"${themeFolder}theme.conf".source = with colors; pkgs.replaceVarsWith ({
src = ./theme.conf;
background = "${bg1}80";
highlight = bg0;
} // colors);
replacements = {
background = "${bg1}80";
highlight = bg0;
inherit fg0 fg1;
};
});
"${themeFolder}arrow.png".source = ./arrow.png;
"${themeFolder}radio.png".source = ./radio.png;
".config/fcitx5/conf/classicui.conf".text = "Theme=${theme}";