This commit is contained in:
Tao Tien 2024-05-06 12:58:30 -07:00
parent c6e02ed9a7
commit 18384ce42a
3 changed files with 20 additions and 3 deletions

View file

@ -1,14 +1,14 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# lychee # link checker
# etcher
# freecad
# gh
# vulkan-loader
fontforge
# fontforge
direnv
qFlipper
hyperfine
# jq
jujutsu
just
lldb
@ -21,6 +21,7 @@
taplo
tio
tokei
typos
# arduino
arduino-language-server
@ -70,6 +71,7 @@
rustup
sccache
trunk
wasm-bindgen-cli
];
hardware.flipperzero.enable = true;