diff options
Diffstat (limited to 'features/user')
| -rw-r--r-- | features/user/cli/shells/nushell/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix index 71d9a96..c0c8b40 100644 --- a/features/user/cli/shells/nushell/default.nix +++ b/features/user/cli/shells/nushell/default.nix @@ -66,7 +66,7 @@ in { } let path = $path | path expand cp -r ${./direnv-project-template}/* $path - chmod +w $"($path)/*" + chmod +w $"($path)/" direnv allow } |
