From 4867b76eecc5f2ec6e4529b207f98f3cd4989383 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 04:01:40 -0800 Subject: [PATCH] clean sessionVariablesComment --- home.nix | 15 --------------- 1 file changed, 15 deletions(-) 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!";