diff options
-rw-r--r-- | nixos/common.nix | 1 |
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). |