Files
lux/modules/capabilities/helix.nix
T
2026-07-25 18:16:29 +02:00

12 lines
163 B
Nix

{ ... }:
{
flake.modules.homeManager.helix = {
programs.helix = {
enable = true;
settings = {
theme = "kanagawa";
};
};
};
}