my nix flake.

feat(home/spicetify): additional plugins

vt3e.cat 14de34c8 d7187130

verified
+8 -1
+8 -1
user/apps/spicetify.nix
··· 12 12 13 13 programs.spicetify = { 14 14 enable = true; 15 + wayland = true; 16 + 15 17 theme = spicePkgs.themes.catppuccin; 16 18 colorScheme = config.catppuccin.flavor; 17 19 enabledExtensions = with spicePkgs.extensions; [ 18 - fullAppDisplay 19 20 adblockify 20 21 shuffle 21 22 autoSkip 22 23 powerBar 23 24 autoVolume 25 + 26 + history 27 + simpleBeautifulLyrics 28 + ]; 29 + enabledCustomApps = with spicePkgs.apps; [ 30 + lyricsPlus 24 31 ]; 25 32 }; 26 33 }