mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
7 lines
88 B
Nix
7 lines
88 B
Nix
{pkgs, ...}: {
|
|
programs.helix = {
|
|
enable = true;
|
|
package = pkgs.helix;
|
|
};
|
|
}
|