misc installs

This commit is contained in:
müde 2026-05-07 23:10:49 +02:00
parent 1ca757fe95
commit 5188d951ef
3 changed files with 3 additions and 0 deletions

View file

@ -73,6 +73,7 @@
arduino
arduino-cli
arduino-ide
btop
claude-code
dconf2nix
foliate

View file

@ -18,6 +18,7 @@
gawk
gnugrep
curl
bintools
];
boot.isContainer = true;

View file

@ -10,5 +10,6 @@
rustc
clippy
gh
buildPackages.stdenv.cc
];
}