nix-config/modules/languages/zig/default.nix

8 lines
71 B
Nix

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