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
|
java
|
||||||
nim
|
nim
|
||||||
rust
|
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.
|
;;terra ; Earth and Moon in alignment for performance.
|
||||||
;;web ; the tubes
|
;;web ; the tubes
|
||||||
yaml ; JSON, but readable
|
yaml ; JSON, but readable
|
||||||
;;zig ; C, but simpler
|
(zig +lsp +tree-sitter) ; C, but simpler
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;;(mu4e +gmail)
|
;;(mu4e +gmail)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue