Update everything for latest nixpkgs
This commit is contained in:
parent
fba64b7555
commit
96739c5979
4 changed files with 12 additions and 11 deletions
|
@ -8,7 +8,8 @@ in {
|
|||
enable = true;
|
||||
inherit theme;
|
||||
};
|
||||
home.file.".config/rofi/${theme}.rasi".source = pkgs.substituteAll ({
|
||||
home.file.".config/rofi/${theme}.rasi".source = pkgs.replaceVarsWith ({
|
||||
src = ./theme.rasi;
|
||||
} // _theme.colors);
|
||||
replacements = with _theme.colors; { inherit fg0 fg1 bg0 bg1 primary; };
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue