nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

config.nix (403B)


      1 {homeDir, ...}: ''
      2   [calendars]
      3 
      4   [[23b7b447-b99f-43a2-ab19-705212272b75]]
      5   path = ${homeDir}/.local/share/khal/calendars/23b7b447-b99f-43a2-ab19-705212272b75
      6   type = discover
      7   color = dark blue
      8 
      9   [locale]
     10   timeformat = %H:%M
     11   dateformat = %Y-%m-%d
     12   longdateformat = %Y-%m-%d
     13   datetimeformat = %Y-%m-%d %H:%M
     14   longdatetimeformat = %Y-%m-%d %H:%M
     15 
     16   [default]
     17   default_calendar = Calendar
     18 ''