feat: add nix-direnv

This commit is contained in:
Rasyidan Akbar F. 2025-12-10 13:18:27 +07:00
commit e27097fb34

View file

@ -7,7 +7,8 @@ in {
enable = mkOption {
type = types.bool;
default = false;
description = "Enable direnv with nix-direnv for automatic devshell activation.";
description =
"Enable direnv with nix-direnv for automatic devshell activation.";
};
silent = mkOption {
type = types.bool;