feat: add direnv

This commit is contained in:
Glen Goodwin 2023-12-15 00:16:57 -05:00
parent ca5faeec6c
commit f4b8ba7b52

View file

@ -102,6 +102,7 @@
programs.home-manager.enable = true;
programs.git.enable = true;
programs.direnv.enable = true;
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";