helix: don't persist the grammars directory anymore

This commit is contained in:
Colin 2023-07-07 11:05:13 +00:00
parent 05f375a5f8
commit 54b74498b6

View File

@ -4,6 +4,9 @@
{ ... }:
{
sane.programs.helix = {
persist.plaintext = [ ".config/helix/runtime/grammars" ];
# grammars need to be persisted when developing them
# - `hx --grammar fetch` and `hx --grammar build`
# but otherwise, they ship as part of HELIX_RUNTIME, in the nix store
# persist.plaintext = [ ".config/helix/runtime/grammars" ];
};
}