diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-26T14·29-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-26T14·46-0400 |
commit | 0e9a2388bf9e1a3258b19ebd00da0a804875ad10 (patch) | |
tree | 2dd6bef5f79312efae6bfcdf40af7ed6592ee9f9 /system/modules/common.nix | |
parent | 82c0404c4fccc163fab4efa11f0fb8986de8858d (diff) |
Start of an RTL-SDR module
Diffstat (limited to 'system/modules/common.nix')
-rw-r--r-- | system/modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix index 230652c3da7b..c505d0d5dcd7 100644 --- a/system/modules/common.nix +++ b/system/modules/common.nix @@ -7,6 +7,7 @@ ./fonts.nix ./sound.nix ./kernel.nix + ./rtlsdr.nix /home/grfn/code/urb/urbos/system ]; |