discord-rpc
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user