Adding helix extension support

This commit is contained in:
Lyes Saadi 2026-04-03 16:32:10 +02:00
parent b457b9973d
commit 6036ca99b2
Signed by: lyes
GPG key ID: 55A1D803917CF39A
4 changed files with 106 additions and 109 deletions

View file

@ -1,8 +1,9 @@
{ ... }:
{ pkgs, ... }:
{
programs.helix = {
enable = true;
package = pkgs.helix-with-extensions;
defaultEditor = true;
settings = {