diff --git a/home.nix b/home.nix index 4d6bd27..0a56428 100644 --- a/home.nix +++ b/home.nix @@ -51,21 +51,6 @@ # ''; }; - # 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 - # - # or - # - # ~/.local/state/nix/profiles/profile/etc/profile.d/hm-session-vars.sh - # - # or - # - # /etc/profiles/per-user/ravenshade/etc/profile.d/hm-session-vars.sh - # home.sessionVariables = { EDITOR = "nvim"; MANPAGER = "nvim +Man!";