my nix flake.

feat(home/spicetify): additional plugins

vt3e.cat 14de34c8 d7187130

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