From b9e2534e0859db3f3b4e402235bb23cecbe77863 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 6 Jul 2022 22:19:46 -0400 Subject: update home-manager, emacs --- install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a109c36..54b3c6c 100755 --- a/install.sh +++ b/install.sh @@ -25,15 +25,14 @@ else # NOTMUCH_CONFIG (emacs), then it won't find the right config file, so I # override with a symlink. # - mkdir -p ~/.config/notmuch - [[ -e ~/.notmuch-config ]] || ln -s ~/.config/notmuch/notmuchrc ~/.notmuch-config + #mkdir -p ~/.config/notmuch + #[[ -e ~/.notmuch-config ]] || ln -s ~/.config/notmuch/notmuchrc ~/.notmuch-config # # symlinking must occur before initial generation. now we can install, and # pin our own nixpkgs. # #nix-channel --update NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH \ - nix-shell . -A install - #nix-shell '' -A install + nix-shell '' -A install + #nix-shell . -A install fi - -- cgit v1.2.3