dotfiles/users/josh/home_manager/helix.nix
RingOfStorms (Joshua Bell) 2e8d62531a add helix as a backup editor
2024-10-19 01:54:29 -05:00

4 lines
45 B
Nix

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