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; hardware.bluetooth.enable = true;
#### RTL-SDR ####
hardware.rtl-sdr.enable = true;
} }

View File

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