1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

4 Commits

2 changed files with 3 additions and 4 deletions

View File

@@ -22,9 +22,9 @@
};
telegram.kmein.Token = bridgeBotToken;
irc =
let Nick = "ponte"; StripMarkdown = true;
let Nick = "ponte";
in {
hackint = { Server = "irc.hackint.org:6697"; UseTLS = true; inherit Nick StripMarkdown; };
hackint = { Server = "irc.hackint.org:6697"; UseTLS = true; inherit Nick; };
};
mumble.lassulus = {
Server = "lassul.us:64738";

View File

@@ -8,8 +8,8 @@ in {
programs.mpv = {
enable = true;
config = {
osc = "no";
ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
screenshot-template = "%F-%wH%wM%wS-%#04n";
};
bindings = {
"Alt+RIGHT" = "add video-rotate 90";
@@ -22,7 +22,6 @@ in {
"Alt+j" = "add video-pan-y -0.05";
};
scripts = [
pkgs.mpvScripts.thumbnail
nixpkgs-unstable.mpvScripts.youtube-quality
];
};