Added khal
This commit is contained in:
parent
dd8353b7d4
commit
227a018fb9
4 changed files with 39 additions and 1 deletions
home/features/cli
16
home/features/cli/khal.nix
Normal file
16
home/features/cli/khal.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ khal ];
|
||||
xdg.configFile."khal/config".text = ''
|
||||
[calendars]
|
||||
[[calendars]]
|
||||
path = ~/Calendars/*
|
||||
type = discover
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %d/%m/%Y
|
||||
'';
|
||||
satellite.persistence.at.data.apps.khal.directories = [
|
||||
"Calendars"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue