mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
add verilog toolchains
This commit is contained in:
parent
2d3d4675b4
commit
2fdb70ac2c
5 changed files with 16 additions and 1 deletions
|
|
@ -2,9 +2,12 @@
|
|||
home.packages = with pkgs; [
|
||||
typst
|
||||
typstyle
|
||||
tinymist
|
||||
];
|
||||
|
||||
programs.vscode.profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
myriad-dreamin.tinymist
|
||||
];
|
||||
|
||||
programs.zed-editor.extensions = ["typst"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue