stuff
This commit is contained in:
parent
5a194716ab
commit
77cf6bb15a
8 changed files with 53 additions and 7 deletions
|
|
@ -57,26 +57,32 @@ in
|
|||
# khal.color = "dark gray";
|
||||
remote = baikalRemote "polit";
|
||||
};
|
||||
ihg = {
|
||||
ihg = calDefaults // {
|
||||
# khal.color = "dark cyan";
|
||||
khal.type = "calendar";
|
||||
remote = {
|
||||
type = "http";
|
||||
url = "https://geocom.uni-frankfurt.de/radicale/ihg/5012a739-dbaf-334b-f093-8db1860bc26e/";
|
||||
};
|
||||
};
|
||||
"mittelbau" = {
|
||||
"mittelbau" = calDefaults // {
|
||||
# khal.color = "light cyan";
|
||||
remote = {
|
||||
type = "http";
|
||||
url = "https://geocom.uni-frankfurt.de/radicale/ihg/d806b31d-dd3d-9d97-d3e5-f179addeb60a/";
|
||||
};
|
||||
};
|
||||
"eintracht" = {
|
||||
"eintracht_m" = calDefaults // {
|
||||
# khal.color = "light red";
|
||||
remote = {
|
||||
type = "http";
|
||||
url = "http://i.cal.to/ical/257/eintrachtfrankfurt/spielplan/6b9cf611.1d2ac477-36f832c0.ics";
|
||||
url = "http://i.cal.to/ical/257/eintrachtfrankfurt/spielplan/28ae0d30.f781380b-e6f28bd4.ics";
|
||||
};
|
||||
};
|
||||
"eintracht_f" = calDefaults // {
|
||||
# khal.color = "light blue";
|
||||
remote = {
|
||||
type = "http";
|
||||
url = "http://i.cal.to/ical/5940/eintrachtfrankfurt/spielplan-frauen-profis/28ae0d30.f781380b-1763bff2.ics";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -40,10 +40,14 @@ color = dark gray
|
|||
path = ~/.local/share/calendars/feiertage
|
||||
color = light green
|
||||
|
||||
[[eintracht]]
|
||||
[[eintracht-m]]
|
||||
path = ~/.local/share/calendars/eintracht
|
||||
color = light red
|
||||
|
||||
[[eintracht-f]]
|
||||
path = ~/.local/share/calendars/eintracht
|
||||
color = dark blue
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %d %b
|
||||
|
|
|
|||
23
home/castget/castget.conf
Normal file
23
home/castget/castget.conf
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[drei90]
|
||||
url=http://feeds.feedburner.com/Drei90
|
||||
id3album=drei90
|
||||
|
||||
[50plus2]
|
||||
url=https://50plus2.podigee.io/feed/mp3
|
||||
|
||||
[latenightlinux]
|
||||
url=https://latenightlinux.com/feed/all
|
||||
|
||||
[schlusskonferenz]
|
||||
url=https://schlusskonferenz.podigee.io/feed/mp3
|
||||
|
||||
[tribünengespräch]
|
||||
url=https://tribuenengespraech.podigee.io/feed/mp3
|
||||
|
||||
[wettbrötchen]
|
||||
url=https://www.wett-broetchen.de/feed/mp3
|
||||
id3album=Wettbrötchen
|
||||
|
||||
[*]
|
||||
id3contenttype=Podcast
|
||||
spool=/home/till/.local/share/podcasts
|
||||
|
|
@ -30,6 +30,8 @@
|
|||
prefix = ${config.xdg.dataHome}/npm/packages
|
||||
'';
|
||||
|
||||
xdg.configFile."castget/castget.conf".source = ./castget/castget.conf;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
# commandline
|
||||
|
|
@ -96,11 +98,13 @@
|
|||
rhythmbox
|
||||
freetube
|
||||
yt-dlp
|
||||
castget
|
||||
|
||||
# development
|
||||
bundler
|
||||
bundix
|
||||
nodejs
|
||||
ruby
|
||||
# ruby
|
||||
android-studio
|
||||
netlify-cli
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@
|
|||
buildfk = "curl -X POST -d '{}' https://api.netlify.com/build_hooks/61669ddfeaa3cccc44e752ea";
|
||||
showbox = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/box";
|
||||
showc = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/c/";
|
||||
castget = "castget -pvC ~/.config/castget/castget.conf";
|
||||
castsync = "mv -v ~/.local/share/podcasts/* /run/media/till/CLIP\\ JAM/Podcasts/";
|
||||
};
|
||||
shellAbbrs = {
|
||||
openconnect = "openconnect --config=/home/till/.config/openconnect/config";
|
||||
|
|
|
|||
1
home/nvim/ftplugin/tex.vim
Normal file
1
home/nvim/ftplugin/tex.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
set makeprg=xelatex
|
||||
|
|
@ -30,6 +30,7 @@ let
|
|||
pgf
|
||||
scheme-medium
|
||||
sourcesanspro
|
||||
stringstrings
|
||||
svg
|
||||
tabu
|
||||
tabulary
|
||||
|
|
@ -45,6 +46,7 @@ let
|
|||
was
|
||||
wrapfig
|
||||
xpatch
|
||||
xstring
|
||||
xtab
|
||||
xurl
|
||||
zref
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue