Enable rtl-sdr

This commit is contained in:
2023-07-25 10:59:45 +02:00
parent b66553136d
commit bb5b0a1c6d
2 changed files with 9 additions and 3 deletions

View File

@@ -17,4 +17,7 @@ hardware.acpilight.enable = true;
hardware.bluetooth.enable = true;
#### RTL-SDR ####
hardware.rtl-sdr.enable = true;
}

View File

@@ -6,7 +6,7 @@
users.users.adam = {
isNormalUser = true;
description = "Adam Rabjerg";
extraGroups = [ "networkmanager" "wheel" "docker" "dialout" ];
extraGroups = [ "networkmanager" "wheel" "docker" "dialout" "plugdev" ];
packages = with pkgs; [
# Web
firefox
@@ -35,13 +35,12 @@
darktable
# Terminal
guake
unzip
starship
virtualenv
shellcheck
sshpass
esptool
gopass
# Entertainment
spotify
@@ -59,6 +58,10 @@
freecad
cura
blender
thonny
rtl-sdr
sdrpp
gqrx
# Security
nmap