feat: enable zig
This commit is contained in:
parent
2890aa339a
commit
8410d356f4
3 changed files with 8 additions and 1 deletions
|
@ -144,6 +144,7 @@
|
|||
java
|
||||
nim
|
||||
rust
|
||||
zig
|
||||
])
|
||||
];
|
||||
};
|
||||
|
|
6
profiles/develop/programming/zig.nix
Normal file
6
profiles/develop/programming/zig.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
zig
|
||||
zls
|
||||
];
|
||||
}
|
|
@ -176,7 +176,7 @@
|
|||
;;terra ; Earth and Moon in alignment for performance.
|
||||
;;web ; the tubes
|
||||
yaml ; JSON, but readable
|
||||
;;zig ; C, but simpler
|
||||
(zig +lsp +tree-sitter) ; C, but simpler
|
||||
|
||||
:email
|
||||
;;(mu4e +gmail)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue