nix -> profiles: Enable "direnv" for culisg profile

This commit is contained in:
Culis Gaspard 2024-09-19 12:45:06 +02:00
parent 8891762fb3
commit f7e6e1f3a4

View file

@ -4,6 +4,7 @@
home.stateVersion = "24.05";
programs.home-manager.enable = true;
programs.direnv.enable = true;
imports = [
../../shell