diff --git a/index.html b/index.html index a096d2cd8..3d01a07e9 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index c31235e56..6347bd3d3 100644 --- a/options.html +++ b/options.html @@ -6346,6 +6346,36 @@ def get_pass(service, cmd): return subprocess.check_output(cmd, ) ''
Declared by:
<home-manager/modules/programs/offlineimap.nix>
+ |
programs.oh-my-posh.enable
Whether to enable oh-my-posh, a prompt theme engine for any shell.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/oh-my-posh.nix>
+ |
programs.oh-my-posh.enableBashIntegration
Whether to enable Bash integration. +
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/oh-my-posh.nix>
+ |
programs.oh-my-posh.enableFishIntegration
Whether to enable Fish integration. +
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/oh-my-posh.nix>
+ |
programs.oh-my-posh.enableZshIntegration
Whether to enable Zsh integration. +
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/oh-my-posh.nix>
+ |
programs.oh-my-posh.package
Type: package
Default: pkgs.oh-my-posh
Declared by:
+ <home-manager/modules/programs/oh-my-posh.nix>
+ |
programs.oh-my-posh.settings
Configuration written to
+$XDG_CONFIG_HOME/oh-my-posh/config.json
. See
+https://ohmyposh.dev/docs/configuration/overview
+for details. The useTheme
option is ignored when this
+option is used.
+
Type: JSON value
Default:
+ {
+
+ }
+
Example: builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile "${pkgs.oh-my-posh}/share/oh-my-posh/themes/space.omp.json"))
Declared by:
+ <home-manager/modules/programs/oh-my-posh.nix>
+ |
programs.oh-my-posh.useTheme
Use one of the official themes. This should be a name from this list:
+https://ohmyposh.dev/docs/themes. Because a theme
+is essentially a configuration file, this option is not used when a
+configFile
is set.
+
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/programs/oh-my-posh.nix>
|
programs.opam.enable
Whether to enable Opam.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/opam.nix>
|
programs.opam.enableBashIntegration
Whether to enable Bash integration. diff --git a/tools.html b/tools.html index 166b99295..826a0370e 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -