fix and update to 25.05 woo
Some checks failed
/ ci (push) Has been cancelled

This commit is contained in:
Callum Leslie 2025-07-17 08:46:43 +01:00
parent ccfa4fdb4f
commit e79499c35f
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
11 changed files with 261 additions and 301 deletions

View file

@ -50,5 +50,9 @@
shells = with pkgs; [fish];
};
fonts.packages = with pkgs; [nerdfonts meslo-lgs-nf];
fonts.packages = with pkgs; [meslo-lgs-nf] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
services.udev.packages = [
pkgs.platformio-core.udev
pkgs.openocd
];
}