diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-02 11:45:52 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-02 11:46:14 +0200 |
commit | f23cb61b49a7edb16945d601369b4ff10901c28d (patch) | |
tree | f7cd062ab805ce81542e858d42dae51d36855473 /nixos | |
parent | 8812c807423000e4cd0391c622d8778a39d532f4 (diff) | |
download | user-config-f23cb61b49a7edb16945d601369b4ff10901c28d.tar.gz user-config-f23cb61b49a7edb16945d601369b4ff10901c28d.zip |
enable rtl-sdr
Diffstat (limited to 'nixos')
-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). |