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

@ -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; };
});
}