home-manager: improve session variables comment
This commit is contained in:
parent
67de98ae6e
commit
33a20182e3
|
@ -398,9 +398,10 @@ $xdgVars
|
||||||
};
|
};
|
||||||
|
|
||||||
# Home Manager can also manage your environment variables through
|
# Home Manager can also manage your environment variables through
|
||||||
# 'home.sessionVariables'. If you don't want to manage your shell through Home
|
# 'home.sessionVariables'. These will be explicitly sourced when using a
|
||||||
# Manager then you have to manually source 'hm-session-vars.sh' located at
|
# shell provided by Home Manager. If you don't want to manage your shell
|
||||||
# either
|
# through Home Manager then you have to manually source 'hm-session-vars.sh'
|
||||||
|
# located at either
|
||||||
#
|
#
|
||||||
# ~/.nix-profile/etc/profile.d/hm-session-vars.sh
|
# ~/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||||
#
|
#
|
||||||
|
|
|
@ -52,9 +52,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Home Manager can also manage your environment variables through
|
# Home Manager can also manage your environment variables through
|
||||||
# 'home.sessionVariables'. If you don't want to manage your shell through Home
|
# 'home.sessionVariables'. These will be explicitly sourced when using a
|
||||||
# Manager then you have to manually source 'hm-session-vars.sh' located at
|
# shell provided by Home Manager. If you don't want to manage your shell
|
||||||
# either
|
# through Home Manager then you have to manually source 'hm-session-vars.sh'
|
||||||
|
# located at either
|
||||||
#
|
#
|
||||||
# ~/.nix-profile/etc/profile.d/hm-session-vars.sh
|
# ~/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue