Remove spotifyd

Issues getting it to work properly...
This commit is contained in:
Evie Litherland-Smith 2024-10-16 08:09:13 +01:00
parent 2fc7bb9d92
commit b4f6e267a1
2 changed files with 1 additions and 8 deletions

View file

@ -32,7 +32,6 @@
} }
]; ];
}; };
networking.firewall.allowedTCPPorts = [ 57621 ]; # Spotify Connect
programs = { programs = {
dconf.enable = true; dconf.enable = true;
noisetorch.enable = true; noisetorch.enable = true;

View file

@ -19,13 +19,7 @@
]; ];
file.${config.gtk.gtk2.configLocation}.force = true; # Stop clashing with KDE file.${config.gtk.gtk2.configLocation}.force = true; # Stop clashing with KDE
}; };
services = { services.syncthing.enable = true;
syncthing.enable = true;
spotifyd = {
enable = true;
settings.global.username = "pixelifytica";
};
};
gtk = { gtk = {
enable = true; enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";