Cleanup, added more radio items, tweaks to displaylink

This commit is contained in:
2025-09-02 22:38:25 -07:00
parent 56c18519b3
commit 93ac73b583
7 changed files with 27 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gallery-dl
transmission_4-qt
yt-dlp
];

View File

@@ -23,8 +23,7 @@ in {
nixfmt-rfc-style
nixos-generators
nodejs
platformio
python311Full
# platformio
python3Full
stm32cubemx
stm32flash

View File

@@ -3,6 +3,7 @@
hardware.rtl-sdr.enable = true;
environment.systemPackages = with pkgs; [
chirp
soapysdr
soapyrtlsdr
];