Files
nix-config/home/base/server/editors/helix/default.nix
2024-01-05 16:17:27 +08:00

7 lines
88 B
Nix

{pkgs, ...}: {
programs.helix = {
enable = true;
package = pkgs.helix;
};
}