nix-config/home/features/cli/helix.nix
2024-09-22 10:47:24 +02:00

6 lines
84 B
Nix

{ ... }: {
programs.helix = {
enable = true;
defaultEditor = true;
};
}