nix-files/hosts/common/programs/helix.nix

10 lines
188 B
Nix
Raw Normal View History

2023-07-04 03:28:54 +00:00
# Helix text editor
# debug log: `~/.cache/helix/helix.log`
# binary name is `hx`
{ ... }:
{
sane.programs.helix = {
persist.plaintext = [ ".config/helix/runtime/grammars" ];
};
}