add helix as a backup editor

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-19 01:54:29 -05:00
parent 9b0ed58123
commit 2e8d62531a
2 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,4 @@
{ ... }:
{
programs.helix.enable = true;
}