mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
22 lines
485 B
INI
22 lines
485 B
INI
|
# Generated by Home Manager.
|
||
|
# See http://abook.sourceforge.net/
|
||
|
|
||
|
# Defining a new custom field
|
||
|
# -----------------------------
|
||
|
|
||
|
field pager = Pager
|
||
|
field address_lines = Address, list
|
||
|
field birthday = Birthday, date
|
||
|
|
||
|
# Defining a view/tab
|
||
|
# ---------------------
|
||
|
|
||
|
view CONTACT = name, email
|
||
|
view ADDRESS = address_lines, city, state, zip, country
|
||
|
view PHONE = phone, workphone, pager, mobile, fax
|
||
|
view OTHER = url, birthday
|
||
|
|
||
|
# Automatically save database on exit
|
||
|
set autosave=true
|
||
|
|