Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles
This commit is contained in:
@@ -136,36 +136,22 @@ lib.mkIf (hyper.host != "NxACE")
|
|||||||
settings = OAuth2Settings;
|
settings = OAuth2Settings;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# pnx-nix = {
|
||||||
# hsmw = with secrets.email.hsmw; {
|
# address = secrets.email.pnx.mail;
|
||||||
# address = "${un}@hs-mittweida.de";
|
|
||||||
# userName = "${un}@hs-mittweida.de";
|
|
||||||
# realName = "Lennart J. Kurzweg";
|
# realName = "Lennart J. Kurzweg";
|
||||||
# imap = {
|
# flavor = "outlook.office365.com";
|
||||||
# port = 993;
|
|
||||||
# host = "xc.hs-mittweida.de";
|
|
||||||
# };
|
|
||||||
# smtp = {
|
|
||||||
# port = 587;
|
|
||||||
# host = "xc.hs-mittweida.de";
|
|
||||||
# tls.useStartTls = true;
|
|
||||||
# };
|
|
||||||
# signature = {
|
# signature = {
|
||||||
# text = ''
|
# text = ''
|
||||||
# MatNr: ${mnr}
|
# Phönix Metallbau GmbH
|
||||||
# SemGr: ${semgr}
|
# Tel: 036374 2270
|
||||||
# About Me: https://nx2.site/about-me
|
|
||||||
# Contact: https://nx2.site/contact
|
|
||||||
# GPG: https://nx2.site/gpg
|
|
||||||
# '';
|
# '';
|
||||||
# showSignature = "append";
|
# showSignature = "append";
|
||||||
# };
|
# };
|
||||||
# thunderbird = {
|
# thunderbird = mkIf config.thunderbird.enable {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# profiles = [ "nx2" ];
|
# profiles = [ "nx2" ];
|
||||||
# settings = id: {
|
# # The id given as argument is an automatically generated account identifier.
|
||||||
# "mail.server.server_${id}.fcc_folder" = "imap://${un}%40hs-mittweida.de@xc.hs-mittweida.de/Sent";
|
# # settings = OAuth2Settings;
|
||||||
# };
|
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
tuda = with secrets.email.tuda; {
|
tuda = with secrets.email.tuda; {
|
||||||
@@ -205,3 +191,35 @@ lib.mkIf (hyper.host != "NxACE")
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# hsmw = with secrets.email.hsmw; {
|
||||||
|
# address = "${un}@hs-mittweida.de";
|
||||||
|
# userName = "${un}@hs-mittweida.de";
|
||||||
|
# realName = "Lennart J. Kurzweg";
|
||||||
|
# imap = {
|
||||||
|
# port = 993;
|
||||||
|
# host = "xc.hs-mittweida.de";
|
||||||
|
# };
|
||||||
|
# smtp = {
|
||||||
|
# port = 587;
|
||||||
|
# host = "xc.hs-mittweida.de";
|
||||||
|
# tls.useStartTls = true;
|
||||||
|
# };
|
||||||
|
# signature = {
|
||||||
|
# text = ''
|
||||||
|
# MatNr: ${mnr}
|
||||||
|
# SemGr: ${semgr}
|
||||||
|
# About Me: https://nx2.site/about-me
|
||||||
|
# Contact: https://nx2.site/contact
|
||||||
|
# GPG: https://nx2.site/gpg
|
||||||
|
# '';
|
||||||
|
# showSignature = "append";
|
||||||
|
# };
|
||||||
|
# thunderbird = {
|
||||||
|
# enable = true;
|
||||||
|
# profiles = [ "nx2" ];
|
||||||
|
# settings = id: {
|
||||||
|
# "mail.server.server_${id}.fcc_folder" = "imap://${un}%40hs-mittweida.de@xc.hs-mittweida.de/Sent";
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ in /* css */ ''
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
header, footer {
|
header, footer {
|
||||||
background-color: rgba(0,0,0,1) !important;
|
background-color: rgba(0,0,0,0.5) !important;
|
||||||
backdrop-filter: blur(100px);
|
backdrop-filter: blur(100px);
|
||||||
border-radius: ${builtins.toString rice.rounding}px;
|
border-radius: ${builtins.toString rice.rounding}px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user