Added Helix editor

This commit is contained in:
2024-09-24 13:11:28 -03:00
parent b2a963dc29
commit c61536c924
2 changed files with 6 additions and 0 deletions

5
home/shell/helix.nix Normal file
View File

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