mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
personal-cli: Remove seconds from khal timeformat
This commit is contained in:
parent
198500c00b
commit
80f8b1be71
1 changed files with 4 additions and 1 deletions
|
|
@ -56,7 +56,10 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.khal.enable = true;
|
||||
programs.khal = {
|
||||
locale.timeformat = "%H:%M";
|
||||
enable = true;
|
||||
};
|
||||
programs.vdirsyncer.enable = true;
|
||||
services.vdirsyncer.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue