diff options
Diffstat (limited to 'user-profiles')
| -rw-r--r-- | user-profiles/direnv.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/user-profiles/direnv.nix b/user-profiles/direnv.nix new file mode 100644 index 00000000..2c1e58d6 --- /dev/null +++ b/user-profiles/direnv.nix | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | { userName, ... }: | ||
| 2 | { | ||
| 3 | home-manager.users.${userName} = { | ||
| 4 | programs.direnv = { | ||
| 5 | enable = true; | ||
| 6 | enableNixDirenvIntegration = true; | ||
| 7 | }; | ||
| 8 | }; | ||
| 9 | } | ||
