add uv and direnv supp

This commit is contained in:
Tao Tien 2024-08-28 13:49:15 -07:00
parent a0feface3f
commit d599c438a0
7 changed files with 46 additions and 19 deletions

View file

@ -22,6 +22,7 @@ in {
source = ./autostart;
recursive = true;
};
home.file.".config/direnv/lib/uv.sh".source = ./uv.sh;
programs = {
bat = {