official spotify client, spotifyd didn't really work well

This commit is contained in:
twoneis 2024-07-26 02:01:46 +02:00
parent 9c977b3c3c
commit 936f554a95

View file

@ -4,10 +4,6 @@
]; ];
config = lib.mkIf config.full { config = lib.mkIf config.full {
networking.firewall.allowedTCPPorts = [
57621 # spotifyd
];
services = { services = {
# Needed for some features in nautilus such as auto-mounting and trash # Needed for some features in nautilus such as auto-mounting and trash
gvfs.enable = true; gvfs.enable = true;
@ -22,6 +18,7 @@
snapshot snapshot
nautilus nautilus
libreoffice-qt6-fresh libreoffice-qt6-fresh
spotify
# freecad -- broken dependency # freecad -- broken dependency
]; ];
@ -42,19 +39,6 @@
enable = true; enable = true;
}; };
services.spotifyd = {
enable = true;
settings = {
global = {
device_name = config.networking.hostName;
bitrate = 320;
volume_normalisation = true;
autoplay = false;
zeroconf_port = 57621;
};
};
};
programs.thunderbird = { programs.thunderbird = {
enable = true; enable = true;
profiles = { profiles = {