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