nix-config/homes/common/editor.nix

9 lines
102 B
Nix

{ config, pkgs, ... }:
{
programs.helix = {
enable = true;
defaultEditor = true;
};
}