Fix spellfile path
This commit is contained in:
parent
078e7ff638
commit
640ef4a97e
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
||||||
s = "secrets";
|
s = "secrets";
|
||||||
secrets = ''doppler --project "$(whoami)" run'';
|
secrets = ''doppler --project "$(whoami)" run'';
|
||||||
tag = "tag-release";
|
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";
|
wt = "git worktree";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue