1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 02:21:05 +01:00
This commit is contained in:
teto 2022-12-29 21:34:10 +00:00
parent 2eda13ba80
commit dad560dac4
3 changed files with 10 additions and 10 deletions

View file

@ -1050,7 +1050,7 @@ home.sessionVariables = {
BAR = "${config.home.sessionVariables.FOO} World!";
};
</pre><p>
</p><p><span class="emphasis"><em>Type:</em></span> attribute set</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">{
</p><p><span class="emphasis"><em>Type:</em></span> lazy attribute set of (string or path or signed integer or floating point number)</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">{
EDITOR = "emacs";
GS_OPTIONS = "-sPAPERSIZE=a4";
}</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/home-environment.nix#blob-path" target="_top">