mirror of
https://github.com/kmein/niveum
synced 2026-03-28 23:31:07 +01:00
Compare commits
3 Commits
2781930ecf
...
960311c65f
| Author | SHA1 | Date | |
|---|---|---|---|
| 960311c65f | |||
| a70f05239a | |||
| d716e5716f |
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user