diff --git a/index.html b/index.html index 400ad5aa3..fd7b66842 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 c51231848..364eff9e2 100644 --- a/options.html +++ b/options.html @@ -864,6 +864,29 @@ directory. }
Declared by:
<home-manager/modules/misc/dconf.nix>
+ |
editorconfig.enableWhether to enable EditorConfig home configuration file.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/misc/editorconfig.nix>
+ |
editorconfig.settingsConfiguration written to $HOME/.editorconfig.
+root = true is automatically added to the file,
+it must not be added here.
+See https://editorconfig.org for documentation.
+
Type: attribute set of attribute set of INI atom (null, bool, int, float or string)
Default:
+ {
+
+ }
+
Example:
{
+ "*" = {
+ charset = "utf-8";
+ end_of_line = "lf";
+ trim_trailing_whitespace = true;
+ insert_final_newline = true;
+ max_line_width = 78;
+ indent_style = "space";
+ indent_size = 4;
+ };
+};
+Declared by:
+ <home-manager/modules/misc/editorconfig.nix>
|
fonts.fontconfig.enableWhether to enable fontconfig configuration. This will, for example, allow fontconfig to discover fonts and configurations installed through diff --git a/tools.html b/tools.html index 2e5c1798a..0ecaf13b0 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. -