Initial release

This commit is contained in:
Lauren Lagarde 2025-03-03 23:07:58 -06:00
commit 8fbb25bbac
53 changed files with 1648 additions and 0 deletions

11
systems/ll-nixos-full.nix Normal file
View file

@ -0,0 +1,11 @@
{ ... }: {
imports = [
./ll-nixos-base.nix
# Additional Features
../features/rtl-sdr.nix
../features/printing.nix
../features/embedded.nix
../features/virtualbox.nix
];
}