niksos/homes/jacek/tui/helix.nix

15 lines
199 B
Nix
Raw Normal View History

{
config,
inputs,
pkgs,
...
}: {
programs.helix = {
enable = true;
package = inputs.helix.packages.${pkgs.system}.helix;
settings = {
};
};
}