home/natto: email config and misc shit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-10 19:17:20 +05:30
parent f9723b1f11
commit 67f879cfc1
10 changed files with 224 additions and 28 deletions

View File

@@ -37,6 +37,17 @@ in
};
extraConfig = builtins.readFile ./config/mpd/mpd.conf;
};
mpd-discord-rpc.enable = true;
mpd-discord-rpc = {
enable = true;
settings = {
id = 1039532008424099850; # dont really care
format = {
large_image = "koishi";
small_image = "";
large_text = "real";
small_text = "the";
};
};
};
};
}