mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
9 lines
131 B
Nix
9 lines
131 B
Nix
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
enableBashIntegration = true;
|
|
nix-direnv = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|