1{spicetifyPkgs, ...}: { 2 programs.spicetify = { 3 enable = true; 4 enabledExtensions = with spicetifyPkgs.extensions; [ 5 adblock 6 ]; 7 # theme = spicetifyPkgs.themes.sleek; 8 # colorScheme = "Nord"; 9 }; 10}