diff --git a/index.html b/index.html index 5de8dcfe..7ac53b98 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 2afeed71..fbb37243 100644
--- a/options.html
+++ b/options.html
@@ -2800,6 +2800,16 @@ for the full list of options.
$XDG_CONFIG_HOME/direnv/direnvrc
.
Type: strings concatenated with "\n"
Default: ""
Declared by:
<home-manager/modules/programs/direnv.nix>
+ |
programs.discocss.enable
Whether to enable discocss, a tiny Discord CSS injector for Linux and MacOS.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/discocss.nix>
+ |
programs.discocss.package
Type: package
Default: pkgs.discocss
Declared by:
+ <home-manager/modules/programs/discocss.nix>
+ |
programs.discocss.css
The custom CSS for discocss to use.
Type: string
Default: ""
Declared by:
+ <home-manager/modules/programs/discocss.nix>
+ |
programs.discocss.discordAlias
Whether to alias discocss to discord.
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/programs/discocss.nix>
+ |
programs.discocss.discordPackage
Type: package
Default: pkgs.discord
Declared by:
+ <home-manager/modules/programs/discocss.nix>
|
programs.eclipse.enable
Whether to enable Eclipse.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/eclipse.nix>
|
programs.eclipse.enableLombok
Whether to enable the Lombok Java Agent in Eclipse. This is diff --git a/tools.html b/tools.html index ef19e98c..3d73d1e7 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. -