Files
nixos-config/home/shell/helix.nix
2024-09-24 13:13:31 -03:00

6 lines
56 B
Nix

{...}: {
programs.helix = {
enable = true;
};
}