Remove spotifyd and fixes
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
# ./i3
|
||||
# ./i3status-rust
|
||||
# ./polybar
|
||||
./spotify
|
||||
./rofi
|
||||
];
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
package = pkgs.spotifyd.override {withMpris = true;};
|
||||
settings = {
|
||||
global = {
|
||||
username = "me@danielpatterson.dev";
|
||||
password_cmd = "cat /run/agenix/spotify_pass";
|
||||
|
||||
initial_volume = "70";
|
||||
|
||||
backend = "pulseaudio";
|
||||
|
||||
volume_controller = "softvol";
|
||||
|
||||
device_type = "computer";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user