Remove spotifyd
Issues getting it to work properly...
This commit is contained in:
parent
2fc7bb9d92
commit
b4f6e267a1
|
@ -32,7 +32,6 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 57621 ]; # Spotify Connect
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
noisetorch.enable = true;
|
||||
|
|
|
@ -19,13 +19,7 @@
|
|||
];
|
||||
file.${config.gtk.gtk2.configLocation}.force = true; # Stop clashing with KDE
|
||||
};
|
||||
services = {
|
||||
syncthing.enable = true;
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
settings.global.username = "pixelifytica";
|
||||
};
|
||||
};
|
||||
services.syncthing.enable = true;
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||
|
|
Loading…
Reference in a new issue