summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix
index 2c7dc5a..9fd360c 100644
--- a/nixos/common.nix
+++ b/nixos/common.nix
@@ -80,6 +80,7 @@ in
jack.enable = true;
};
+ # Enable RTL-SDR
hardware.rtl-sdr.enable = true;
# Enable touchpad support (enabled default in most desktopManager).