add packages for sdr, add superprod, fix hinata

This commit is contained in:
Kate 2025-07-23 14:46:17 +02:00
parent 4b467d5b79
commit 302a8ec1b3
4 changed files with 18 additions and 23 deletions

View file

@ -13,9 +13,7 @@
}: }:
let let
# libfprint with patches for the GPD-provided reader # libfprint with patches for the GPD-provided reader
libfprint-gpd = libfprint-gpd = pkgs.libfprint.overrideAttrs (prev: {
pkgs.libfprint.overrideAttrs
(prev: {
version = "git"; version = "git";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
@ -35,17 +33,6 @@ let
]); ]);
installCheckPhase = ""; installCheckPhase = "";
}).overrideAttrs
(prev: rec {
version = "1.94.4";
src = pkgs.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libfprint";
repo = "fprintd";
rev = "refs/tags/v${version}";
hash = "sha256-B2g2d29jSER30OUqCkdk3+Hv5T3DA4SUKoyiqHb8FeU=";
};
}); });
in in

View file

@ -26,6 +26,7 @@ with pkgs;
deprekages._7zz deprekages._7zz
gnused gnused
gnugrep gnugrep
just
# Backup things. # Backup things.
keepassxc keepassxc

View file

@ -17,6 +17,10 @@
appId = "io.emeric.toolblex"; appId = "io.emeric.toolblex";
origin = "flathub"; origin = "flathub";
} }
{
appId = "com.super_productivity.SuperProductivity";
origin = "flathub";
}
]; ];
services.flatpak.overrides = { services.flatpak.overrides = {

View file

@ -42,6 +42,9 @@ with pkgs;
gnuradioPackages.bladeRF gnuradioPackages.bladeRF
gnuradioPackages.fosphor gnuradioPackages.fosphor
gnuradioPackages.lora_sdr gnuradioPackages.lora_sdr
rtl-sdr
rtl-sdr-osmocom
soapyrtlsdr
# hax # hax
btlejack btlejack