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";
|
# khal.color = "dark gray";
|
||||||
remote = baikalRemote "polit";
|
remote = baikalRemote "polit";
|
||||||
};
|
};
|
||||||
ihg = {
|
ihg = calDefaults // {
|
||||||
# khal.color = "dark cyan";
|
# khal.color = "dark cyan";
|
||||||
khal.type = "calendar";
|
|
||||||
remote = {
|
remote = {
|
||||||
type = "http";
|
type = "http";
|
||||||
url = "https://geocom.uni-frankfurt.de/radicale/ihg/5012a739-dbaf-334b-f093-8db1860bc26e/";
|
url = "https://geocom.uni-frankfurt.de/radicale/ihg/5012a739-dbaf-334b-f093-8db1860bc26e/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"mittelbau" = {
|
"mittelbau" = calDefaults // {
|
||||||
# khal.color = "light cyan";
|
# khal.color = "light cyan";
|
||||||
remote = {
|
remote = {
|
||||||
type = "http";
|
type = "http";
|
||||||
url = "https://geocom.uni-frankfurt.de/radicale/ihg/d806b31d-dd3d-9d97-d3e5-f179addeb60a/";
|
url = "https://geocom.uni-frankfurt.de/radicale/ihg/d806b31d-dd3d-9d97-d3e5-f179addeb60a/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"eintracht" = {
|
"eintracht_m" = calDefaults // {
|
||||||
# khal.color = "light red";
|
# khal.color = "light red";
|
||||||
remote = {
|
remote = {
|
||||||
type = "http";
|
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
|
path = ~/.local/share/calendars/feiertage
|
||||||
color = light green
|
color = light green
|
||||||
|
|
||||||
[[eintracht]]
|
[[eintracht-m]]
|
||||||
path = ~/.local/share/calendars/eintracht
|
path = ~/.local/share/calendars/eintracht
|
||||||
color = light red
|
color = light red
|
||||||
|
|
||||||
|
[[eintracht-f]]
|
||||||
|
path = ~/.local/share/calendars/eintracht
|
||||||
|
color = dark blue
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
timeformat = %H:%M
|
timeformat = %H:%M
|
||||||
dateformat = %d %b
|
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
|
prefix = ${config.xdg.dataHome}/npm/packages
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
xdg.configFile."castget/castget.conf".source = ./castget/castget.conf;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
||||||
# commandline
|
# commandline
|
||||||
|
|
@ -96,11 +98,13 @@
|
||||||
rhythmbox
|
rhythmbox
|
||||||
freetube
|
freetube
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
castget
|
||||||
|
|
||||||
# development
|
# development
|
||||||
|
bundler
|
||||||
bundix
|
bundix
|
||||||
nodejs
|
nodejs
|
||||||
ruby
|
# ruby
|
||||||
android-studio
|
android-studio
|
||||||
netlify-cli
|
netlify-cli
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,8 @@
|
||||||
buildfk = "curl -X POST -d '{}' https://api.netlify.com/build_hooks/61669ddfeaa3cccc44e752ea";
|
buildfk = "curl -X POST -d '{}' https://api.netlify.com/build_hooks/61669ddfeaa3cccc44e752ea";
|
||||||
showbox = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/box";
|
showbox = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/box";
|
||||||
showc = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/c/";
|
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 = {
|
shellAbbrs = {
|
||||||
openconnect = "openconnect --config=/home/till/.config/openconnect/config";
|
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
|
pgf
|
||||||
scheme-medium
|
scheme-medium
|
||||||
sourcesanspro
|
sourcesanspro
|
||||||
|
stringstrings
|
||||||
svg
|
svg
|
||||||
tabu
|
tabu
|
||||||
tabulary
|
tabulary
|
||||||
|
|
@ -45,6 +46,7 @@ let
|
||||||
was
|
was
|
||||||
wrapfig
|
wrapfig
|
||||||
xpatch
|
xpatch
|
||||||
|
xstring
|
||||||
xtab
|
xtab
|
||||||
xurl
|
xurl
|
||||||
zref
|
zref
|
||||||
|
|
|
||||||
|
|
@ -63,4 +63,8 @@
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
||||||
|
hardware.trackpoint.enable = true;
|
||||||
|
boot.kernelParams = [ "psmouse.elantech_smbus=0" ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue