official spotify client, spotifyd didn't really work well
This commit is contained in:
parent
9c977b3c3c
commit
936f554a95
1 changed files with 1 additions and 17 deletions
|
@ -4,10 +4,6 @@
|
|||
];
|
||||
|
||||
config = lib.mkIf config.full {
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
57621 # spotifyd
|
||||
];
|
||||
|
||||
services = {
|
||||
# Needed for some features in nautilus such as auto-mounting and trash
|
||||
gvfs.enable = true;
|
||||
|
@ -22,6 +18,7 @@
|
|||
snapshot
|
||||
nautilus
|
||||
libreoffice-qt6-fresh
|
||||
spotify
|
||||
# freecad -- broken dependency
|
||||
];
|
||||
|
||||
|
@ -42,19 +39,6 @@
|
|||
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 = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue