toaster works
This commit is contained in:
parent
772af12ffe
commit
cd63ec45b8
9 changed files with 290 additions and 148 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue