Skip to content

Commit

Permalink
fix: specify vale path
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 committed Sep 6, 2024
1 parent db37a33 commit 430b9da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home-manager/personalities/desktop/vscode/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, inputs, config, ...}:
{
# TODO: See if we can just include in a overlay for vscode.
home.packages = [ pkgs.helm-ls pkgs.vale ];
home.packages = [ pkgs.helm-ls ];
programs.vscode = {
enable = true;
mutableExtensionsDir = false;
Expand Down Expand Up @@ -156,6 +156,7 @@
};
};
"workbench.iconTheme" = "catppuccin-perfect-macchiato";
"vale.valeCLI.path" = "${pkgs.vale}/bin/vale"
"extensions.autoUpdate" = false;
update = {
mode = "manual";
Expand Down

0 comments on commit 430b9da

Please sign in to comment.