Modularize and improve mail and calendar config
This commit is contained in:
26
home/programs/khal/default.nix
Normal file
26
home/programs/khal/default.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.khal = {
|
||||
enable = true;
|
||||
locale = {
|
||||
timeformat = "%H:%M";
|
||||
dateformat = "%m-%d";
|
||||
};
|
||||
};
|
||||
|
||||
accounts.calendar.accounts = {
|
||||
"radicale" = {
|
||||
khal = {
|
||||
enable = true;
|
||||
type = "discover";
|
||||
color = "light blue";
|
||||
};
|
||||
};
|
||||
"university" = {
|
||||
khal = {
|
||||
enable = true;
|
||||
color = "#c72125";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user