toaster works

This commit is contained in:
Grisha Shipunov 2025-01-02 16:29:05 +01:00
parent 772af12ffe
commit cd63ec45b8
9 changed files with 290 additions and 148 deletions

View file

@ -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