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