nixos-config/home/profiles/develop/langs/zig.nix
2025-01-16 10:08:58 +01:00

3 lines
57 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [zig zls];
}