diff --git a/index.html b/index.html index f7596861..abe5098f 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 20ad1ffd..c748921c 100644 --- a/options.html +++ b/options.html @@ -973,6 +973,23 @@ home.sessionVariables = { }
Declared by:
<home-manager/modules/home-environment.nix>
+ |
home.shellAliases
An attribute set that maps aliases (the top level attribute names +in this option) to command strings or directly to build outputs. +
+This option should only be used to manage simple aliases that are
+compatible across all shells. If you need to use a shell specific
+feature then make sure to use a shell specific option, for example
+programs.bash.shellAliases
for Bash.
+
Type: attribute set of strings
Default:
+ {
+
+ }
+
Example:
{ + g = "git"; + "..." = "cd ../.."; +} +
Declared by:
+ <home-manager/modules/home-environment.nix>
|
home.stateVersion
It is occasionally necessary for Home Manager to change configuration defaults in a way that is incompatible with stateful data. This could, for example, include switching the diff --git a/tools.html b/tools.html index c2265606..f0876225 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -82,7 +82,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
.
@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -259,15 +259,15 @@
--verbose
Activates verbose output. -