feat: add nix-direnv
This commit is contained in:
parent
85785398b3
commit
e27097fb34
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue