Switch to standard direnv module

This commit is contained in:
Kiana Sheibani 2024-01-13 13:56:07 -05:00
parent 1f213d463c
commit a648517bd9
2 changed files with 5 additions and 15 deletions

View file

@ -7,15 +7,11 @@
programs.fish.enable = true;
# Hook nix-direnv to shell
# rlwrap config
programs.fish.shellInit = ''
set -xg DIRENV_LOG_FORMAT ""
direnv hook fish | source
set -xg RLWRAP_HOME $XDG_DATA_HOME/rlwrap
'';
home.packages = [ pkgs.rlwrap ];
}