Move direnv

This commit is contained in:
Henry Hiles 2023-12-26 13:30:10 -05:00
parent 8a2c922b27
commit 6ea92afacd
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,10 @@
{pkgs, ...}: {
programs.fish = {
enable = true;
interactiveShellInit = "neofetch";
interactiveShellInit = ''
direnv hook fish | source
neofetch
'';
};
environment = {
sessionVariables.fish_greeting = "";