feat(hw): add rtl-sdr support
This commit is contained in:
parent
65fb0d3478
commit
d015e577a8
3 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,7 @@
|
||||||
"storage"
|
"storage"
|
||||||
"tty"
|
"tty"
|
||||||
"dialout"
|
"dialout"
|
||||||
|
"plugdev"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,6 @@
|
||||||
./diskservices.nix
|
./diskservices.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./power_settings.nix
|
./power_settings.nix
|
||||||
|
./rtl_sdr.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
3
modules/misc_hardware/rtl_sdr.nix
Normal file
3
modules/misc_hardware/rtl_sdr.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
hardware.rtl-sdr.enable = true;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue