Compare commits

..

2 Commits

Author SHA1 Message Date
Lennart J. Kurzweg (Nx2)
ea608bd665 gemini chrome 2026-04-24 19:56:37 +02:00
Lennart J. Kurzweg (Nx2)
e6fc668413 calendar to nxc 2026-04-24 19:56:23 +02:00
2 changed files with 14 additions and 6 deletions

View File

@@ -1,29 +1,32 @@
{ pkgs, ... }@all: with all; let
calendars = with hyper; [
v = "nxc";
user = "lennart";
domain = hyper.domain;
calendars = [
{
name = "Preservation";
primary = true;
url = "https://dav.${domain}/${user}/preservation/";
url = "https://${v}.${domain}/${user}/preservation/";
color = "#dddddd";
}
{
name = "Effort";
url = "https://dav.${domain}/${user}/effort/";
url = "https://${v}.${domain}/${user}/effort/";
color = "#dd2222";
}
{
name = "Experience";
url = "https://dav.${domain}/${user}/experience/";
url = "https://${v}.${domain}/${user}/experience/";
color = "#2222dd";
}
{
name = "Exposure";
url = "https://dav.${domain}/${user}/exposure/";
url = "https://${v}.${domain}/${user}/exposure/";
color = "#22aa22";
}
{
name = "Engagement";
url = "https://dav.${domain}/${user}/engagement/";
url = "https://${v}.${domain}/${user}/engagement/";
color = "#8800CC";
}
{

View File

@@ -80,6 +80,11 @@ in /* css */ ''
}
}
@-moz-document domain(gemini.google.com) {
input-container::before {
background: none !important;
}
}
@media (prefers-color-scheme: dark) {
:root .theme-system {