diff --git a/options.html b/options.html index 47b905b0e..3f9d1cbb0 100644 --- a/options.html +++ b/options.html @@ -4023,6 +4023,50 @@ supported plugins run: "id_rsa" ]
Declared by:
<home-manager/modules/programs/keychain.nix>
+ |
programs.khal.enable
Whether to enable khal, a CLI calendar application.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale
khal locale settings.
Type: submodule
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.dateformat
khal will display and understand all dates in this format. + +Format strings are for python 'strftime', similarly to man 3 strftime.
Type: string
Default: "%x"
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.datetimeformat
khal will display and understand all datetimes in this format. + +Format strings are for python 'strftime', similarly to man 3 strftime.
Type: string
Default: "%c"
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.default_timezone
Default for new events or if khal does not understand the timezone +in an ical file. +If 'null', the timezone of your computer will be used.
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.firstweekday
the first day of the week, where Monday is 0 and Sunday is 6
Type: integer between 0 and 6 (both inclusive)
Default: 0
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.local_timezone
khal will show all times in this timezone. +If 'null', the timezone of your computer will be used.
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.longdateformat
khal will display and understand all dates in this format. +It should contain a year (e.g. %Y). + +Format strings are for python 'strftime', similarly to man 3 strftime.
Type: string
Default: "%x"
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.longdatetimeformat
khal will display and understand all datetimes in this format. +It should contain a year (e.g. %Y). + +Format strings are for python 'strftime', similarly to man 3 strftime.
Type: string
Default: "%c"
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.timeformat
khal will display and understand all times in this format. + +Format strings are for python 'strftime', similarly to man 3 strftime.
Type: string
Default: "%X"
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.unicode_symbols
By default khal uses some unicode symbols (as in ‘non-ascii’) as +indicators for things like repeating events. +If your font, encoding etc. does not support those symbols, set this +to false (this will enable ascii based replacements).
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.weeknumbers
Enable weeknumbers in calendar and interactive (ikhal) mode. +As those are iso weeknumbers, they only work properly if firstweekday +is set to 0.
Type: one of "off", "left", "right"
Default: "off"
Declared by:
+ <home-manager/modules/programs/khal.nix>
|
programs.kitty.enable
Whether to enable Kitty terminal emulator.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/kitty.nix>
|
programs.kitty.package
Kitty package to install.
Type: package
Default: pkgs.kitty
Declared by:
@@ -6499,6 +6543,14 @@ for options. |
programs.urxvt.transparent
Whether to enable pseudo-transparency.
Type: boolean
Default: false
Declared by:
<home-manager/modules/programs/urxvt.nix>
+ |
programs.vdirsyncer.enable
Whether to enable vdirsyncer.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/vdirsyncer.nix>
+ |
programs.vdirsyncer.package
vdirsyncer package to use.
Type: package
Default: "pkgs.vdirsyncer"
Declared by:
+ <home-manager/modules/programs/vdirsyncer.nix>
+ |
programs.vdirsyncer.statusPath
A directory where vdirsyncer will store some additional data for the next sync. +
For more information, see +https://vdirsyncer.pimutils.org/en/stable/config.html#general-section
Type: string
Default: "$XDG_DATA_HOME/vdirsyncer/status"
Declared by:
+ <home-manager/modules/programs/vdirsyncer.nix>
|
programs.vim.enable
Whether to enable Vim.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vim.nix>
|
programs.vim.package
Resulting customized vim package
Type: package (read only)
Declared by:
|