remove spotifyd and spotify-tui
This commit is contained in:
parent
2d280443e0
commit
09499dbc81
6 changed files with 0 additions and 35 deletions
|
@ -12,7 +12,6 @@ _: {
|
|||
".config/doctl"
|
||||
".config/lazygit"
|
||||
".config/obsidian"
|
||||
".config/spotify-tui"
|
||||
".fly"
|
||||
".gnupg"
|
||||
".local/share/chat.fluffy.fluffychat"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
obsidian
|
||||
pavucontrol
|
||||
ripgrep
|
||||
spotify-tui
|
||||
steam-run
|
||||
telegram-desktop
|
||||
wl-clipboard
|
||||
|
|
|
@ -2,7 +2,6 @@ _: {
|
|||
imports = [
|
||||
./aria2c.nix
|
||||
./gpg-agent.nix
|
||||
./spotifyd.nix
|
||||
];
|
||||
services = {
|
||||
gnome-keyring.enable = true;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
BIN
secrets.nix
BIN
secrets.nix
Binary file not shown.
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue