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
arduino-cli arduino-cli
arduino-ide arduino-ide
btop
claude-code claude-code
dconf2nix dconf2nix
foliate foliate

View file

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

View file

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