Do not install neovim by default I guess
This commit is contained in:
parent
97b83d855e
commit
2ef4366b90
3 changed files with 6 additions and 1 deletions
home/features/cli
|
@ -1,3 +1,4 @@
|
|||
# TODO: sync theme with global theme
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ khal ];
|
||||
xdg.configFile."khal/config".text = ''
|
||||
|
@ -5,10 +6,14 @@
|
|||
[[calendars]]
|
||||
path = ~/Calendars/*
|
||||
type = discover
|
||||
color = dark magenta
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %d/%m/%Y
|
||||
|
||||
[view]
|
||||
theme = light
|
||||
'';
|
||||
satellite.persistence.at.data.apps.khal.directories = [
|
||||
"Calendars"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue