Fixed my stupidity
This commit is contained in:
parent
2c8f20fd9d
commit
97d0aa7ebd
@ -8,23 +8,23 @@
|
|||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
enabledExtensions = [
|
enabledExtensions = with spicePkgs.extensions; [
|
||||||
"fullAppDisplay"
|
fullAppDisplay
|
||||||
"loopyLoop"
|
loopyLoop
|
||||||
"shuffle"
|
shuffle
|
||||||
"playlistIcons"
|
playlistIcons
|
||||||
"fullAlbumDate"
|
fullAlbumDate
|
||||||
"skipStats"
|
skipStats
|
||||||
"history"
|
history
|
||||||
"betterGenres"
|
betterGenres
|
||||||
"playNext"
|
playNext
|
||||||
"coverAmbience"
|
coverAmbience
|
||||||
"allOfArtist"
|
allOfArtist
|
||||||
"catJamSynced"
|
catJamSynced
|
||||||
"bestMoment"
|
bestMoment
|
||||||
"madeForYouShortcut"
|
madeForYouShortcut
|
||||||
"sessionStats"
|
sessionStats
|
||||||
"focusMode"
|
focusMode
|
||||||
];
|
];
|
||||||
|
|
||||||
enabledCustomApps = with spicePkgs.apps; [
|
enabledCustomApps = with spicePkgs.apps; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user