Added rtl-sdr configs and some utilities and applications.

This commit is contained in:
2026-02-14 11:37:09 -06:00
parent 0fcafe3cb7
commit f634779bf4
4 changed files with 219 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
{...}: {
flake.nixosModules.utilities = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
rustc cargo
abduco dvtm
git
htop
lsof
tree
rar unzip zip
alejandra nixd
];
};
}