Replace Proton Mail with Electron Mail, add Zadania calendar
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
neovide
|
neovide
|
||||||
featherpad
|
featherpad
|
||||||
protonmail-desktop
|
electron-mail
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.EDITOR = "neovide";
|
environment.variables.EDITOR = "neovide";
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
# Calendars
|
# Calendars
|
||||||
accounts.calendar.accounts.Main = {
|
accounts.calendar.accounts.Main = {
|
||||||
# name = "Main";
|
|
||||||
primary = true;
|
primary = true;
|
||||||
|
|
||||||
remote = {
|
remote = {
|
||||||
@@ -21,4 +20,15 @@
|
|||||||
|
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Zadania
|
||||||
|
accounts.calendar.accounts.Zadania = {
|
||||||
|
remote = {
|
||||||
|
type = "caldav";
|
||||||
|
url = "http://dav.kurin.pi/radicale/ghostfox/68829bfe-6545-7c1a-2edb-3afe3e14c55b/";
|
||||||
|
userName = "ghostfox";
|
||||||
|
};
|
||||||
|
|
||||||
|
thunderbird.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user