Skyler Grey | 447e911 | 2024-02-17 17:16:32 +0000 | [diff] [blame] | 1 | { config, lib, pkgs, ... }: |
2 | { | ||||
3 | programs.direnv = { | ||||
4 | enable = true; | ||||
5 | nix-direnv.enable = true; | ||||
6 | enableZshIntegration = config.chimera.shell.zsh.enable; | ||||
7 | enableBashIntegration = config.chimera.shell.bash.enable; | ||||
8 | }; | ||||
9 | } |