1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-10 21:29:48 +01:00

home-manager: improve comment in example configuration

This commit is contained in:
Shawn Morel 2023-08-13 14:21:16 -07:00 committed by Mikilio
parent afb5002a35
commit 1f16e655c0
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -397,8 +397,10 @@ $xdgVars
# '';
};
# You can also manage environment variables but you will have to manually
# source
# Home Manager can also manage your environment variables through
# 'home.sessionVariables'. If you don't want to manage your shell 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
#
@ -406,7 +408,6 @@ $xdgVars
#
# /etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh
#
# if you don't want to manage your shell through Home Manager.
home.sessionVariables = {
# EDITOR = "emacs";
};