spicetify: add extension + theme + experimentalFeatures

This commit is contained in:
notohh 2025-02-09 00:45:21 -05:00
parent a53a451dad
commit ab2b719e49
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -8,11 +8,13 @@ in {
imports = [inputs.spicetify-nix.homeManagerModules.default];
programs.spicetify = {
enable = true;
experimentalFeatures = true;
enabledExtensions = with spicePkgs.extensions; [
hidePodcasts
beautifulLyrics
fullAlbumDate
volumeProfiles
shuffle
];
theme = spicePkgs.themes.hazy;
};
}