twitch oauth chatterino
This commit is contained in:
Binary file not shown.
29
home-modules/spotify.nix
Normal file
29
home-modules/spotify.nix
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{ pkgs, ... }@all: with all;
|
||||||
|
{
|
||||||
|
home = {
|
||||||
|
programs.spotify-player = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
theme = "default";
|
||||||
|
# border_type = "Rounded";
|
||||||
|
progress_bar_type = "Line";
|
||||||
|
playback_window_position = "Bottom";
|
||||||
|
play_icon = "";
|
||||||
|
pause_icon = "";
|
||||||
|
liked_icon = "";
|
||||||
|
copy_command = {
|
||||||
|
command = "wl-copy";
|
||||||
|
args = [ ];
|
||||||
|
};
|
||||||
|
# client_id = "65b708073fc0480ea92a077233ca87bd";
|
||||||
|
client_port = 8888;
|
||||||
|
ap_port = 443;
|
||||||
|
device = {
|
||||||
|
audio_cache = true;
|
||||||
|
normalization = true;
|
||||||
|
volume = 50;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user