Enable rtl-sdr
This commit is contained in:
@@ -17,4 +17,7 @@ hardware.acpilight.enable = true;
|
|||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
#### RTL-SDR ####
|
||||||
|
hardware.rtl-sdr.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user