Add 'users/glittershark/system/' from commit '3b174300ae'
git-subtree-dir: users/glittershark/system git-subtree-mainline:85d82a9dc2git-subtree-split:3b174300ae
This commit is contained in:
commit
81564185e9
49 changed files with 3802 additions and 0 deletions
21
users/glittershark/system/home/modules/rtlsdr.nix
Normal file
21
users/glittershark/system/home/modules/rtlsdr.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
|
||||
nixpkgs-gnuradio = import (pkgs.fetchFromGitHub {
|
||||
owner = "doronbehar";
|
||||
repo = "nixpkgs";
|
||||
rev = "712561aa5f10bfe6112a1726a912585612a70d1f";
|
||||
sha256 = "04yqflbwjcfl9vlplphpj82csqqz9k6m3nj1ybhwgmsc4by7vivl";
|
||||
}) {};
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rtl-sdr
|
||||
nixpkgs-gnuradio.gnuradio
|
||||
nixpkgs-gnuradio.gnuradio.plugins.osmosdr
|
||||
nixpkgs-gnuradio.gqrx
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue