discord-rpc

This commit is contained in:
2024-11-28 23:55:47 -06:00
parent 27d3926db3
commit 23e905d5f8
4 changed files with 80 additions and 1 deletions

View File

@@ -51,6 +51,40 @@
"resilio/host" = { };
"resilio/password" = { };
};
home-manager.users.jawz.xdg.configFile."jellyfin-rpc/main.json".text = builtins.toJSON {
jellyfin = {
url = "https://flix.servidos.lat";
api_key = "abe7cdf35e5c453a9bceb004f4792b4a";
username = "jawz";
music = {
display = [
"year"
"album"
];
separator = "-";
};
};
discord = {
application_id = "1311453366978875392";
buttons = [
{
name = "dynamic";
url = "dynamic";
}
{
name = "dynamic";
url = "dynamic";
}
];
};
imgur = {
client_id = "1ca05dbfc674d39";
};
images = {
enable_images = true;
imgur_images = true;
};
};
networking = {
hostName = "workstation";
firewall =
@@ -82,7 +116,7 @@
distrobox # install packages from other os
gocryptfs # encrypted filesystem! shhh!!!
torrenttools # create torrent files from the terminal!
vcsi # video thumbnails for torrents, can I replace it with ^?
# vcsi # video thumbnails for torrents, can I replace it with ^?
;
};
nixremote = {