changed colour theme and extentions

This commit is contained in:
Kristian Krsnik 2024-02-13 21:50:18 +01:00
parent 4f1f1dfa77
commit b0c1be575b
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 5 additions and 8 deletions

View File

@ -8,19 +8,16 @@ in {
programs.spicetify = {
enable = true;
theme = spicePkgs.themes.catppuccin;
colorScheme = "frappe";
theme = spicePkgs.themes.text;
colorScheme = "CatppuccinLatte";
enabledExtensions = with spicePkgs.extensions; [
fullAppDisplay
shuffle # shuffle+ (special characters are sanitized out of ext names)
hidePodcasts
groupSession
playlistIntersection
skipStats
phraseToPlaylist
wikify
songStats
fullScreen
playlistIntersection
phraseToPlaylist
];
};
}