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