NixOS-Config/home-manager/package-configs/helix.nix

14 lines
136 B
Nix
Raw Normal View History

2024-04-27 14:40:15 +02:00
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
programs.helix = {
enable = true;
2024-04-27 14:40:15 +02:00
catppuccin.enable = true;
};
}