diff --git a/modules/fish/default.nix b/modules/fish/default.nix index 25940fa..211bccb 100644 --- a/modules/fish/default.nix +++ b/modules/fish/default.nix @@ -94,7 +94,7 @@ set -l filename "$ts"_"$slug.md" # Directory for notes (change if you prefer another path) - set -l notes_dir ~/notes + set -l notes_dir ~/dev/notes # Ensure directory exists test -d $notes_dir; or mkdir -p $notes_dir