remove spotifyd and spotify-tui

This commit is contained in:
Adithya 2023-11-12 15:07:25 +05:30
parent 2d280443e0
commit 09499dbc81
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
6 changed files with 0 additions and 35 deletions

View file

@ -12,7 +12,6 @@ _: {
".config/doctl"
".config/lazygit"
".config/obsidian"
".config/spotify-tui"
".fly"
".gnupg"
".local/share/chat.fluffy.fluffychat"

View file

@ -36,7 +36,6 @@
obsidian
pavucontrol
ripgrep
spotify-tui
steam-run
telegram-desktop
wl-clipboard

View file

@ -2,7 +2,6 @@ _: {
imports = [
./aria2c.nix
./gpg-agent.nix
./spotifyd.nix
];
services = {
gnome-keyring.enable = true;

View file

@ -1,28 +0,0 @@
{ pkgs
, secrets
, ...
}: {
services = {
spotifyd = {
enable = true;
package = pkgs.spotifyd.override {
withMpris = true;
};
settings = {
global = {
inherit (secrets.spotify) username;
inherit (secrets.spotify) password;
use_mpris = true;
device_name = "Skipperd";
device_type = "computer";
backend = "pulseaudio";
no_audio_cache = true;
dbus_type = "session";
volume_normalization = true;
autoplay = true;
bitrate = 320;
};
};
};
};
}

Binary file not shown.

View file

@ -9,10 +9,6 @@
caddy_config = {
email = "<email for certificate generation>";
};
spotify = {
username = "spotify email";
password = "spotify password";
};
users = {
root.hashedPassword = "<password hash of root user>";
primary = {