nix-files/hosts/common/programs/helix.nix
2023-07-04 03:28:54 +00:00

10 lines
188 B
Nix

# Helix text editor
# debug log: `~/.cache/helix/helix.log`
# binary name is `hx`
{ ... }:
{
sane.programs.helix = {
persist.plaintext = [ ".config/helix/runtime/grammars" ];
};
}