helix.nix 69 B

1234567
  1. { pkgs, lib, ... }:
  2. {
  3. programs.helix = {
  4. enable = true;
  5. };
  6. }