Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles
This commit is contained in:
@@ -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";
|
||||
}
|
||||
{
|
||||
|
||||
@@ -192,7 +192,7 @@ in {
|
||||
},
|
||||
"misc": {
|
||||
"askOnTabVisibilityToggle": false,
|
||||
"currentVersion": "2.5.4",
|
||||
"currentVersion": "2.5.5",
|
||||
"lockNotebookLayout": false
|
||||
},
|
||||
"similarity": {
|
||||
|
||||
@@ -179,24 +179,22 @@
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ "nx2" ];
|
||||
settings = id: {
|
||||
"mail.server.server_${id}.fcc_folder" = "imap://${un}%40hs-mittweida.de@xc.hs-mittweida.de/Sent";
|
||||
};
|
||||
settings = id: { };
|
||||
};
|
||||
};
|
||||
nx2site = {
|
||||
address = "lennart@${hyper.domain}";
|
||||
realName = "Lennart J. Kurzweg";
|
||||
userName = "lennart@${hyper.domain}";
|
||||
flavor = "plain";
|
||||
realName = "Lennart J. Kurzweg";
|
||||
imap = {
|
||||
port = 993;
|
||||
port = 143;
|
||||
host = "mail.${hyper.domain}";
|
||||
tls.useStartTls = true;
|
||||
};
|
||||
smtp = {
|
||||
port = 465;
|
||||
port = 587;
|
||||
host = "mail.${hyper.domain}";
|
||||
tls.enable = true;
|
||||
tls.useStartTls = true;
|
||||
};
|
||||
signature = {
|
||||
text = ''
|
||||
@@ -209,8 +207,6 @@
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ "nx2" ];
|
||||
# The id given as argument is an automatically generated account identifier.
|
||||
settings = OAuth2Settings;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
element-desktop
|
||||
obsidian
|
||||
fontforge-gtk
|
||||
zoom-us
|
||||
inkscape
|
||||
audacity
|
||||
libreoffice
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
sssnake
|
||||
systemctl-tui
|
||||
tldr
|
||||
unstable.gemini-cli
|
||||
unstable.yt-dlp
|
||||
w3m
|
||||
which
|
||||
unstable.gemini-cli
|
||||
|
||||
Reference in New Issue
Block a user