mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
style(spotify): adjust themes and extensions
This commit is contained in:
parent
dc86e970e7
commit
5b3c4b4ee6
1 changed files with 6 additions and 2 deletions
|
@ -11,10 +11,14 @@ in {
|
|||
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
theme = spicepkgs.themes.catppuccin;
|
||||
colorScheme = "mocha";
|
||||
theme = spicepkgs.themes.dribbblish;
|
||||
colorScheme = "rosepine";
|
||||
enabledExtensions = with spicepkgs.extensions; [
|
||||
lastfm
|
||||
fullAppDisplayMod
|
||||
];
|
||||
enabledCustomApps = with spicepkgs.apps; [
|
||||
lyricsPlus
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue