Compare commits
No commits in common. "d89d31485d30afcc4913029aab3759ffdc508cc7" and "b7c525f9940ce5f86bd885867e888c67c5742908" have entirely different histories.
d89d31485d
...
b7c525f994
@ -8,28 +8,8 @@
|
|||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
enabledExtensions = with spicePkgs.extensions; [
|
|
||||||
fullAppDisplay
|
|
||||||
loopyLoop
|
|
||||||
shuffle
|
|
||||||
playlistIcons
|
|
||||||
fullAlbumDate
|
|
||||||
skipStats
|
|
||||||
history
|
|
||||||
betterGenres
|
|
||||||
playNext
|
|
||||||
coverAmbience
|
|
||||||
allOfArtist
|
|
||||||
catJamSynced
|
|
||||||
bestMoment
|
|
||||||
madeForYouShortcut
|
|
||||||
sessionStats
|
|
||||||
focusMode
|
|
||||||
];
|
|
||||||
|
|
||||||
enabledCustomApps = with spicePkgs.apps; [
|
enabledCustomApps = with spicePkgs.apps; [
|
||||||
newReleases
|
newReleases
|
||||||
reddit
|
|
||||||
ncsVisualizer
|
ncsVisualizer
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -38,8 +18,8 @@
|
|||||||
pointer
|
pointer
|
||||||
];
|
];
|
||||||
|
|
||||||
theme = spicePkgs.themes.flow;
|
theme = lib.mkDefault spicePkgs.themes.catppuccin;
|
||||||
#colorScheme = lib.mkDefault "mocha";
|
colorScheme = lib.mkDefault "mocha";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user