mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-07 09:31:04 +01:00
deploy: 916811c8f9
This commit is contained in:
parent
b2d01fcb7e
commit
c9efbaf6be
3 changed files with 26 additions and 9 deletions
17
options.html
17
options.html
|
|
@ -12453,6 +12453,23 @@ The generated file is read-only.
|
|||
<home-manager/modules/misc/xdg-user-dirs.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-xdg.userDirs.videos"></a><a class="term" href="options.html#opt-xdg.userDirs.videos"><code class="option">xdg.userDirs.videos</code></a></span></dt><dd><p>The Videos directory.</p><p><span class="emphasis"><em>Type:</em></span> string or (path) convertible to it</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"${config.home.homeDirectory}/Videos"</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/misc/xdg-user-dirs.nix#blob-path" target="_top">
|
||||
<home-manager/modules/misc/xdg-user-dirs.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-xfconf.settings"></a><a class="term" href="options.html#opt-xfconf.settings"><code class="option">xfconf.settings</code></a></span></dt><dd><p>Settings to write to the Xfconf configuration system.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> xfconf settings</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||
{
|
||||
|
||||
}
|
||||
</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
|
||||
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}";
|
||||
};
|
||||
}
|
||||
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/misc/xfconf.nix#blob-path" target="_top">
|
||||
<home-manager/modules/misc/xfconf.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-xresources.extraConfig"></a><a class="term" href="options.html#opt-xresources.extraConfig"><code class="option">xresources.extraConfig</code></a></span></dt><dd><p>Additional X server resources contents.
|
||||
If this and all other xresources options are
|
||||
<code class="code">null</code>, then this feature is disabled and no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue