mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-09 04:01:15 +00:00
Cleanup, added more radio items, tweaks to displaylink
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gallery-dl
|
||||
transmission_4-qt
|
||||
yt-dlp
|
||||
];
|
||||
|
||||
@@ -23,8 +23,7 @@ in {
|
||||
nixfmt-rfc-style
|
||||
nixos-generators
|
||||
nodejs
|
||||
platformio
|
||||
python311Full
|
||||
# platformio
|
||||
python3Full
|
||||
stm32cubemx
|
||||
stm32flash
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
hardware.rtl-sdr.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
chirp
|
||||
soapysdr
|
||||
soapyrtlsdr
|
||||
];
|
||||
Reference in New Issue
Block a user