khal | move to pipx version to get new themes
This commit is contained in:
parent
14c0c0eaf4
commit
2dea02dba2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [ khal ];
|
# home.packages = with pkgs; [ khal ];
|
||||||
xdg.configFile."khal/config".text = ''
|
xdg.configFile."khal/config".text = ''
|
||||||
[calendars]
|
[calendars]
|
||||||
[[work]]
|
[[work]]
|
||||||
|
|
@ -56,6 +56,6 @@
|
||||||
agenda_event_format = {calendar-color}{cancelled}{start-time} - {end-time} | {title}{repeat-symbol}{description-separator}{reset}
|
agenda_event_format = {calendar-color}{cancelled}{start-time} - {end-time} | {title}{repeat-symbol}{description-separator}{reset}
|
||||||
dynamic_days = True
|
dynamic_days = True
|
||||||
event_view_always_visible = False
|
event_view_always_visible = False
|
||||||
theme = dark
|
theme = gruvbox
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue