mirror of
https://github.com/larstvei/nix-config.git
synced 2025-11-19 21:50:11 +00:00
8 lines
71 B
Nix
8 lines
71 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
zig
|
|
zls
|
|
];
|
|
}
|