mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 06:42:59 +02:00
7 lines
88 B
Nix
7 lines
88 B
Nix
{pkgs, ...}: {
|
|
programs.helix = {
|
|
enable = true;
|
|
package = pkgs.helix;
|
|
};
|
|
}
|