Compare commits

...

4 Commits

Author SHA1 Message Date
Lennart J. Kurzweg (Nx2)
9788b83d82 Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles 2025-04-11 12:40:55 +02:00
Lennart J. Kurzweg (Nx2)
366644f5d2 chatterino cleanup 2025-04-11 12:40:49 +02:00
Lennart J. Kurzweg (Nx2)
3891119804 inline diagnostics 2025-04-11 12:40:33 +02:00
Lennart J. Kurzweg (Nx2)
e8284be564 feiertage hessen 2025-04-11 12:40:21 +02:00
3 changed files with 24 additions and 14 deletions

View File

@@ -47,6 +47,13 @@
read-only = true; read-only = true;
type = "ics"; type = "ics";
} }
{
name = "Feiertage Hessen";
url = "https://ics.tools/Feiertage/hessen.ics";
color = "#303030";
read-only = true;
type = "ics";
}
# { # {
# name = "Handball Männer"; # name = "Handball Männer";
# url = "http://i.cal.to/ical/108/dhb/handball-nationalmannschaft/c687e97f.bc7c3eb6-11a0e356.ics"; # url = "http://i.cal.to/ical/108/dhb/handball-nationalmannschaft/c687e97f.bc7c3eb6-11a0e356.ics";

View File

@@ -2,28 +2,30 @@
let let
channels = [ channels = [
"Caedrel" "Caedrel"
"agurin" # "agurin"
"asmongold" # "asmongold"
# "Caedrel" # "Caedrel"
"EintrachtSpandau" # "EintrachtSpandau"
"GamesDoneQuick" "GamesDoneQuick"
"gdolphn" "gdolphn"
"GRONKH" "GRONKH"
"handofblood" "handofblood"
"HisWattson" "HisWattson"
"Jankos" "Jankos"
"KuruHS" # "KuruHS"
"LEC" "LEC"
"lol_nemesis" "lol_nemesis"
"NASA" # "NASA"
"NoWay4u_Sir" "NoWay4u_Sir"
"OfficialMikeShinoda" "OfficialMikeShinoda"
"Rekkles" "Rekkles"
"riotgames" "riotgames"
"thebausffs"
"ThePrimeagen" "ThePrimeagen"
"Tolkin" "Tolkin"
"TSM_ImperialHal" # "TSM_ImperialHal"
"Xisuma" "velja_lol"
# "Xisuma"
"zackrawrr" "zackrawrr"
]; ];
tabber = channel-name: { tabber = channel-name: {

View File

@@ -17,6 +17,7 @@
marksman # markdown marksman # markdown
vale-ls # style-checker lsp (needs vale) vale-ls # style-checker lsp (needs vale)
ltex-ls # Ltex (language tool) ltex-ls # Ltex (language tool)
vscode-langservers-extracted
] ++ (with pkgs-unstable; [ ] ++ (with pkgs-unstable; [
bash-language-server bash-language-server
helix helix
@@ -185,13 +186,13 @@
enable = false; enable = false;
supersend-menu = false; supersend-menu = false;
}; };
# inline-diagnostics = { inline-diagnostics = {
# cursor-line = "hint"; cursor-line = "hint";
# other-lines = "disable"; other-lines = "disable";
# prefix-len = 1; prefix-len = 1;
# # max-wrap = set above # max-wrap = set above
# max-diagnostics = 20; max-diagnostics = 20;
# }; };
}; };
keys = { keys = {
normal = { normal = {