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

3 Commits

Author SHA1 Message Date
960311c65f feat(matterbridge): rename irc bot to ponte 2020-12-03 10:09:44 +01:00
a70f05239a feat(moodle-dl): download descriptions 2020-12-03 10:09:01 +01:00
d716e5716f feat: hc 2020-12-03 10:08:47 +01:00
3 changed files with 7 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ let
telegram.kmein.Token = bridgeBotToken;
irc.freenode = {
Server = "irc.freenode.net:6667";
Nick = "tg_bridge";
Nick = "ponte";
};
mumble.lassulus = {
Server = "lassul.us:64738";

View File

@@ -23,10 +23,10 @@ let
99813 # Altalbanisch
98681 # Geistliche Lyrik von Luther bis Lehnert
99667 # Antike Mythologie
52365 # FSR KlassPhil
# 52365 # FSR KlassPhil
];
download_submissions = true;
download_descriptions = false;
download_descriptions = true;
download_links_in_descriptions = false;
download_databases = false;
download_forums = false;

View File

@@ -1,4 +1,6 @@
{ pkgs, lib, ... }: {
{ pkgs, lib, ... }:
let hc = pkgs.callPackage <stockholm/tv/5pkgs/simple/hc.nix> {};
in {
imports = [
./krebs.nix
./writing.nix
@@ -100,6 +102,7 @@
pdftk # pdf toolkit
evince # for viewing pdf annotations
xournal # for annotating pdfs
hc # print files as qr codes
youtubeDL
bc # calculator
scripts.default-gateway