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.enableWhether to enable khal, a CLI calendar application.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.localekhal locale settings.
Type: submodule
Declared by:
+ <home-manager/modules/programs/khal.nix>
+ |
programs.khal.locale.dateformatkhal 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.datetimeformatkhal 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_timezoneDefault 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.firstweekdaythe 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_timezonekhal 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.longdateformatkhal 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.longdatetimeformatkhal 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.timeformatkhal 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_symbolsBy 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.weeknumbersEnable 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.enableWhether to enable Kitty terminal emulator.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/kitty.nix>
|
programs.kitty.packageKitty package to install.
Type: package
Default: pkgs.kitty
Declared by:
@@ -6499,6 +6543,14 @@ for options. |
programs.urxvt.transparentWhether to enable pseudo-transparency.
Type: boolean
Default: false
Declared by:
<home-manager/modules/programs/urxvt.nix>
+ |
programs.vdirsyncer.enableWhether to enable vdirsyncer.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/vdirsyncer.nix>
+ |
programs.vdirsyncer.packagevdirsyncer package to use.
Type: package
Default: "pkgs.vdirsyncer"
Declared by:
+ <home-manager/modules/programs/vdirsyncer.nix>
+ |
programs.vdirsyncer.statusPathA 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.enableWhether to enable Vim.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vim.nix>
|
programs.vim.packageResulting customized vim package
Type: package (read only)
Declared by:
|