Update everything for latest nixpkgs
This commit is contained in:
parent
fba64b7555
commit
96739c5979
4 changed files with 12 additions and 11 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue