diff --git a/index.html b/index.html index fdfc999a..20d7613f 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 6e0eeab5..7a95b932 100644 --- a/options.html +++ b/options.html @@ -5861,6 +5861,12 @@ manual = False force_color = False ''
Declared by:
<home-manager/modules/programs/pubs.nix>
+ |
programs.pylint.enable
Whether to enable the pylint Python linter.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/pylint.nix>
+ |
programs.pylint.package
The pylint package to use.
Type: package
Default: pkgs.python3Packages.pylint
Declared by:
+ <home-manager/modules/programs/pylint.nix>
+ |
programs.pylint.settings
The pylint configuration.
Type: attribute set of attribute set of INI atom (null, bool, int, float or string) or a non-empty list of themss
Default: {}
Declared by:
+ <home-manager/modules/programs/pylint.nix>
|
programs.qutebrowser.enable
Whether to enable qutebrowser.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/qutebrowser.nix>
|
programs.qutebrowser.enableDefaultBindings
Disable to prevent loading default key bindings. diff --git a/tools.html b/tools.html index 400c5f14..1fbd20c0 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. -