nix-config/modules2/zsh/syntax-highlighting.nix
Oliver Davies 556de5e482
All checks were successful
/ check (push) Successful in 1m38s
Move zsh configuration
2025-07-28 02:43:35 +01:00

3 lines
84 B
Nix

{
flake.modules.homeManager.base.programs.zsh.syntaxHighlighting.enable = true;
}