Skip to content

Commit

Permalink
FIX: themes: Glaze and Dreary were not installable.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pacheco <[email protected]>
  • Loading branch information
MichaelPachec0 committed Nov 19, 2023
1 parent 9d35129 commit 9cb4e01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/themes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,18 @@ in
src = officialThemes;
sidebarConfig = true;
appendName = true;
injectCss = true;
replaceColors = true;
overwriteAssets = true;
};
Glaze = {
name = "Glaze";
src = charlieS1103GlazeSrc;
sidebarConfig = true;
appendName = false;
injectCss = true;
replaceColors = true;
overwriteAssets = true;
};
Turntable = {
name = "Turntable";
Expand Down

0 comments on commit 9cb4e01

Please sign in to comment.