fish: Enable direnv

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-06-30 19:10:15 +03:00
parent 8f8f956cac
commit 0d25018c50
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -71,4 +71,8 @@
};
};
};
programs.direnv = {
enable = true;
silent = true;
};
}