summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/user/cli/shells/nushell/default.nix2
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
}