Skip to content

Commit

Permalink
fix: override Stylix Spicetify theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke authored Dec 2, 2024
1 parent 796e3af commit 2cb17cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/spotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in
];
}
// (lib.optionalAttrs cfg.spicetifyTheme.enable {
inherit (cfg.spicetifyTheme) colorScheme;
colorScheme = lib.mkForce cfg.spicetifyTheme.colorScheme;
theme = spicePkgs.themes.${cfg.spicetifyTheme.theme};
});
};
Expand Down

0 comments on commit 2cb17cc

Please sign in to comment.