diff --git a/index.html b/index.html index f0731ad04..1c7cc002f 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 26c902953..e85c82301 100644 --- a/options.html +++ b/options.html @@ -7078,7 +7078,7 @@ manually set any options not listed above.
programs.vscode.enable
Whether to enable Visual Studio Code.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vscode.nix>
|
programs.vscode.package
Version of Visual Studio Code to install. -
Type: package
Default: (build of vscode-1.65.2)
Example: pkgs.vscodium
Declared by:
+ |
xdg.userDirs.createDirectories
Whether to enable automatic creation of the XDG user directories.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.desktop
The Desktop directory.
Type: string
Default: "$HOME/Desktop"
Declared by:
+ |
xdg.userDirs.desktop
The Desktop directory.
Type: string or path convertible to it
Default: "$HOME/Desktop"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.documents
The Documents directory.
Type: string
Default: "$HOME/Documents"
Declared by:
+ |
xdg.userDirs.documents
The Documents directory.
Type: string or path convertible to it
Default: "$HOME/Documents"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.download
The Downloads directory.
Type: string
Default: "$HOME/Downloads"
Declared by:
+ |
xdg.userDirs.download
The Downloads directory.
Type: string or path convertible to it
Default: "$HOME/Downloads"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.extraConfig
Other user directories.
Type: attribute set of strings
Default:
- {
-
- }
-
Example:
- {
- XDG_MISC_DIR = "$HOME/Misc";
- }
-
Declared by:
+ |
xdg.userDirs.extraConfig
Other user directories.
Type: attribute set of string or path convertible to its
Default: { }
Example:
{ + XDG_MISC_DIR = "$HOME/Misc"; +} +
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.music
The Music directory.
Type: string
Default: "$HOME/Music"
Declared by:
+ |
xdg.userDirs.music
The Music directory.
Type: string or path convertible to it
Default: "$HOME/Music"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.pictures
The Pictures directory.
Type: string
Default: "$HOME/Pictures"
Declared by:
+ |
xdg.userDirs.pictures
The Pictures directory.
Type: string or path convertible to it
Default: "$HOME/Pictures"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.publicShare
The Public share directory.
Type: string
Default: "$HOME/Public"
Declared by:
+ |
xdg.userDirs.publicShare
The Public share directory.
Type: string or path convertible to it
Default: "$HOME/Public"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.templates
The Templates directory.
Type: string
Default: "$HOME/Templates"
Declared by:
+ |
xdg.userDirs.templates
The Templates directory.
Type: string or path convertible to it
Default: "$HOME/Templates"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.videos
The Videos directory.
Type: string
Default: "$HOME/Videos"
Declared by:
+ |
xdg.userDirs.videos
The Videos directory.
Type: string or path convertible to it
Default: "$HOME/Videos"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
|
xresources.extraConfig
Additional X server resources contents. If this and all other xresources options are diff --git a/tools.html b/tools.html index 716990d68..4147654ef 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. -