From 9605a62e9cead10c5844c6ed6376ce1ae5e34d8d Mon Sep 17 00:00:00 2001 From: js0ny Date: Sun, 26 Oct 2025 01:43:13 +0100 Subject: [PATCH] minor fix --- nixcfgs/modules/home/dev/verilog.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixcfgs/modules/home/dev/verilog.nix b/nixcfgs/modules/home/dev/verilog.nix index 0001166..5e1e9ed 100644 --- a/nixcfgs/modules/home/dev/verilog.nix +++ b/nixcfgs/modules/home/dev/verilog.nix @@ -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"];