From cd63ec45b8776bebc4014efb9990b364e0afb443 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Thu, 2 Jan 2025 16:29:05 +0100 Subject: toaster works --- modules/devtools.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'modules/devtools.nix') diff --git a/modules/devtools.nix b/modules/devtools.nix index 4a97bc7..8963c7d 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -1,6 +1,12 @@ { pkgs, inputs, ... }: { - environment.systemPackages = with pkgs; [ + environment.systemPackages = with pkgs; + let + kicad = pkgs.kicad.override { + addons = with pkgs.kicadAddons; [ kikit kikit-library ]; + }; + in + [ # general cmake gcc @@ -12,18 +18,13 @@ direnv # (nix-direnv.override { enableFlakes = true; }) sops - # rust - # (inputs.fenix.packages."x86_64-linux".stable.toolchain) - # nix - # rnix-lsp nil nixpkgs-fmt nix-index - # julia julia - # hardware kicad freecad-wayland + imhex ]; # Wireshark -- cgit v1.3.1