mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(xfce): add
This commit is contained in:
parent
d37bd2c669
commit
4932e4fd0d
34 changed files with 490 additions and 203 deletions
9
nixos/profiles/sdr.nix
Normal file
9
nixos/profiles/sdr.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
rtl-sdr
|
||||
sdrpp
|
||||
sdrangel
|
||||
];
|
||||
hardware.rtl-sdr.enable = true;
|
||||
users.users.kat.extraGroups = ["plugdev"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue