summaryrefslogtreecommitdiff
path: root/hm/editors/editors.nix
blob: 1dac436747ab0aec0a907b1c767743d2fe4d1084 (plain)
1
2
3
4
5
6
7
8
{ ... }:
{
  imports = [
    ./helix.nix
    ./nixvim/nixvim.nix
    ./nvf/nvf.nix
  ];
}