summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/user/cli/shells/nushell/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix
index 0b556f9..8d182ae 100644
--- a/features/user/cli/shells/nushell/default.nix
+++ b/features/user/cli/shells/nushell/default.nix
@@ -64,7 +64,8 @@ in {
$path = "./"
}
let path = $path | path expand
- cp -r ${./direnv-project-template}/* ./
+ cp -r ${./direnv-project-template}/* $path
+ chmod +w $path/*
direnv allow
}