diff --git a/index.html b/index.html index 10a61a871..1fb67568e 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 30b06c0eb..917673526 100644 --- a/options.html +++ b/options.html @@ -9431,7 +9431,14 @@ beginning of the file. For available options see
Type: strings concatenated with "\n"
Default: ""
Declared by:
<home-manager/modules/services/mpd.nix>
|
services.mpd.musicDirectory
The directory where mpd reads music from. -
Type: path or string
Default: "$HOME/music"
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 or path convertible to it
Default: "$HOME/Desktop"
Declared by:
+ |
xdg.userDirs.desktop
The Desktop directory.
Type: string or path convertible to it
Default: "${config.home.homeDirectory}/Desktop"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.documents
The Documents directory.
Type: string or path convertible to it
Default: "$HOME/Documents"
Declared by:
+ |
xdg.userDirs.documents
The Documents directory.
Type: string or path convertible to it
Default: "${config.home.homeDirectory}/Documents"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.download
The Downloads directory.
Type: string or path convertible to it
Default: "$HOME/Downloads"
Declared by:
+ |
xdg.userDirs.download
The Downloads directory.
Type: string or path convertible to it
Default: "${config.home.homeDirectory}/Downloads"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
|
xdg.userDirs.extraConfig
Other user directories.
Type: attribute set of string or path convertible to it
Default: { }
Example:
{ - XDG_MISC_DIR = "$HOME/Misc"; + XDG_MISC_DIR = "${config.home.homeDirectory}/Misc"; }
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.music
The Music directory.
Type: string or path convertible to it
Default: "$HOME/Music"
Declared by:
+ |
xdg.userDirs.music
The Music directory.
Type: string or path convertible to it
Default: "${config.home.homeDirectory}/Music"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.pictures
The Pictures directory.
Type: string or path convertible to it
Default: "$HOME/Pictures"
Declared by:
+ |
xdg.userDirs.pictures
The Pictures directory.
Type: string or path convertible to it
Default: "${config.home.homeDirectory}/Pictures"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.publicShare
The Public share directory.
Type: string or path convertible to it
Default: "$HOME/Public"
Declared by:
+ |
xdg.userDirs.publicShare
The Public share directory.
Type: string or path convertible to it
Default: "${config.home.homeDirectory}/Public"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.templates
The Templates directory.
Type: string or path convertible to it
Default: "$HOME/Templates"
Declared by:
+ |
xdg.userDirs.templates
The Templates directory.
Type: string or path convertible to it
Default: "${config.home.homeDirectory}/Templates"
Declared by:
<home-manager/modules/misc/xdg-user-dirs.nix>
- |
xdg.userDirs.videos
The Videos directory.
Type: string or path convertible to it
Default: "$HOME/Videos"
Declared by:
+ |
xdg.userDirs.videos
The Videos directory.
Type: string or path convertible to it
Default: "${config.home.homeDirectory}/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/release-notes.html b/release-notes.html
index bf4ca6377..501259db1 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -56,7 +56,10 @@ The services.compton
module has been removed. It wa
release 20.03. Use services.picom
instead.
The state version in this release includes the changes below.
These changes are only active if the home.stateVersion
option is set to "22.11" or later.
services.mpd.musicDirectory
option now defaults to the
+value of xdg.userDirs.music
if xdg.userDirs.enable
is
+enabled. Otherwise it is undefined and must be specified in the user
+configuration.
The 22.05 release branch became the stable branch in May, 2022.
This release has the following notable changes:
programs.waybar.settings.modules
option was removed.
Waybar modules should now be declared directly under programs.waybar.settings
.
diff --git a/tools.html b/tools.html
index d9e053531..80d51fb4c 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. -