From 7af969886b0792be6d1d2c13404052e6393a8eb3 Mon Sep 17 00:00:00 2001 From: Shawn Morel Date: Sun, 13 Aug 2023 14:21:16 -0700 Subject: [PATCH] home-manager: improve comment in example configuration --- home-manager/home-manager | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home-manager/home-manager b/home-manager/home-manager index da4c673f4..f58cf96dc 100644 --- a/home-manager/home-manager +++ b/home-manager/home-manager @@ -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"; };