Add missing ; in spotify

This commit is contained in:
2025-02-26 20:30:44 +01:00
parent 581f5c8d49
commit dac0c997a1

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }: {
programs.spotify = {
enable = true;
}
};
}