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];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
experimentalFeatures = true;
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
hidePodcasts
|
||||
beautifulLyrics
|
||||
fullAlbumDate
|
||||
volumeProfiles
|
||||
shuffle
|
||||
];
|
||||
theme = spicePkgs.themes.hazy;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue