mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
2fdb70ac2c
commit
9605a62e9c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{pkgs}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
verilator # Formatter
|
||||
iverilog # Simulator: Icarus Verilog
|
||||
gtkwave # Waveform Viewer
|
||||
vimPlugins.nvim-treesitter-parsers.verilog
|
||||
];
|
||||
|
||||
programs.zed-editor.extensions = ["verilog"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue