spicetify: add extension + theme + experimentalFeatures
This commit is contained in:
parent
a53a451dad
commit
ab2b719e49
1 changed files with 3 additions and 1 deletions
|
@ -8,11 +8,13 @@ in {
|
||||||
imports = [inputs.spicetify-nix.homeManagerModules.default];
|
imports = [inputs.spicetify-nix.homeManagerModules.default];
|
||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
experimentalFeatures = true;
|
||||||
enabledExtensions = with spicePkgs.extensions; [
|
enabledExtensions = with spicePkgs.extensions; [
|
||||||
hidePodcasts
|
hidePodcasts
|
||||||
beautifulLyrics
|
beautifulLyrics
|
||||||
fullAlbumDate
|
fullAlbumDate
|
||||||
volumeProfiles
|
shuffle
|
||||||
];
|
];
|
||||||
|
theme = spicePkgs.themes.hazy;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue