nixos-config/modules/workstation/home-manager/helix.nix
2024-04-11 20:33:12 +02:00

6 lines
119 B
Nix

{ lib, config, ... }:
with lib;
{
programs.helix.settings = mkIf config.programs.helix.enable { theme = "nord"; };
}