From ab2b719e495301d9d5a6b8520e4928c08f64e04f Mon Sep 17 00:00:00 2001 From: notohh <github@notohh.dev> Date: Sun, 9 Feb 2025 00:45:21 -0500 Subject: [PATCH] spicetify: add extension + theme + experimentalFeatures --- home/programs/media/spicetify.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/programs/media/spicetify.nix b/home/programs/media/spicetify.nix index 575a6d7..0f93f3a 100644 --- a/home/programs/media/spicetify.nix +++ b/home/programs/media/spicetify.nix @@ -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; }; }