From 09ae39619a6f31822cd72f2f8c294cf00384091a Mon Sep 17 00:00:00 2001
From: teto
programs.octant.enable
-
-
-Whether to enable octant.
- -Type: -boolean
- -Default:
-false
Example:
-true
Declared by:
-
-
-<home-manager/modules/programs/octant.nix>
-
- |
programs.octant.package
-
-
-The octant package to use.
- -Type: -package
- -Default:
-pkgs.octant
Example:
-pkgs.octant-other
Declared by:
-
-
-<home-manager/modules/programs/octant.nix>
-
- |
programs.octant.plugins
-
-
-Optional Octant plugins.
- -Type: -list of package
- -Default:
-[ ]
Example:
-[ pkgs.starboard-octant-plugin ]
Declared by:
-
-
-<home-manager/modules/programs/octant.nix>
-
- |
programs.offlineimap.enable