From 640ef4a97e5032942b8a43267969f7671f4c2542 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 30 Mar 2025 12:43:34 +0100 Subject: [PATCH] Fix spellfile path --- modules/home-manager/cli/zsh/aliases.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/cli/zsh/aliases.nix b/modules/home-manager/cli/zsh/aliases.nix index a31448f2..018b6806 100644 --- a/modules/home-manager/cli/zsh/aliases.nix +++ b/modules/home-manager/cli/zsh/aliases.nix @@ -10,6 +10,6 @@ s = "secrets"; secrets = ''doppler --project "$(whoami)" run''; tag = "tag-release"; - vss = "LC_ALL=C sort --unique ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/dotfiles/nvim/spell/en.utf-8.add --output ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/dotfiles/nvim/spell/en.utf-8.add"; + vss = "LC_ALL=C sort --unique ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/nixos-config/modules/home-manager/cli/neovim/config/spell/en.utf-8.adddotfiles/nvim/spell/en.utf-8.add --output ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/nixos-config/modules/home-manager/cli/neovim/config/spell/en.utf-8.add"; wt = "git worktree"; }