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 = {
|
programs = {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
noisetorch.enable = true;
|
noisetorch.enable = true;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue