This commit is contained in:
2025-06-24 20:36:07 -07:00
parent 0058f4553e
commit 836159960c
2 changed files with 57 additions and 54 deletions

View File

@@ -1,5 +1,8 @@
{ pkgs, ... }:
{
# set helix as default editor
home.sessionVariables.EDITOR = "hx";
programs.helix = {
enable = true;
package = pkgs.helix;