From 172b7c9ca61d2dd6ffdc967af9102b1ca24edd81 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Fri, 22 Nov 2024 01:20:30 +0000
Subject: [PATCH] Update the output path

---
 nix/modules/home-manager/zsh/aliases.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix/modules/home-manager/zsh/aliases.nix b/nix/modules/home-manager/zsh/aliases.nix
index 46a0e3af..934600b6 100644
--- a/nix/modules/home-manager/zsh/aliases.nix
+++ b/nix/modules/home-manager/zsh/aliases.nix
@@ -9,6 +9,6 @@
   s = "secrets";
   secrets = ''doppler --project "$(whoami)" run'';
   tag = "tag-release";
-  vss = "LC_ALL=C sort --unique $REPOS/dotfiles/nvim/spell/en.utf-8.add --output $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add";
+  vss = "LC_ALL=C sort --unique $REPOS/dotfiles/nvim/spell/en.utf-8.add --output $REPOS/dotfiles/nvim/spell/en.utf-8.add";
   wt = "git worktree";
 }