diff options
| author | Grisha Shipunov | 2025-01-02 16:29:05 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-02 16:29:05 +0100 |
| commit | cd63ec45b8776bebc4014efb9990b364e0afb443 (patch) | |
| tree | 1caf8f248c59179d914ac7f1d90e2cf1bb802263 /modules/devtools.nix | |
| parent | 772af12ffef7885ea9f0e3ef182599b61d0e72db (diff) | |
toaster works
Diffstat (limited to 'modules/devtools.nix')
| -rw-r--r-- | modules/devtools.nix | 15 |
1 files changed, 8 insertions, 7 deletions
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 |
