diff --git a/index.html b/index.html index 3d01a07e9..c61f30718 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 6347bd3d3..0889a155e 100644 --- a/options.html +++ b/options.html @@ -12453,6 +12453,23 @@ The generated file is read-only. <home-manager/modules/misc/xdg-user-dirs.nix>
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>
+ |
xfconf.settings
Settings to write to the Xfconf configuration system. +
Type: xfconf settings
Default:
+ {
+
+ }
+
Example:
{ + xfce4-session = { + "startup/ssh-agent/enabled" = false; + "general/LockCommand" = "${pkgs.lightdm}/bin/dm-tool lock"; + }; + xfce4-desktop = { + "backdrop/screen0/monitorLVDS-1/workspace0/last-image" = + "${pkgs.nixos-artwork.wallpapers.stripes-logo.gnomeFilePath}"; + }; +} +
Declared by:
+ <home-manager/modules/misc/xfconf.nix>
|
xresources.extraConfig
Additional X server resources contents.
If this and all other xresources options are
null
, then this feature is disabled and no
diff --git a/tools.html b/tools.html
index 826a0370e..2a07f494e 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. -