e1fbf03dff
Note: not the actual initial commit. I swear I will stop repeatedly force pushing to this single commit eventually ok.
17 lines
220 B
Nix
17 lines
220 B
Nix
_:
|
|
|
|
{
|
|
imports = [
|
|
./bin-compat.nix
|
|
./docker.nix
|
|
./interception.nix
|
|
./ios.nix
|
|
./laptop.nix
|
|
./location.nix
|
|
./syncthing.nix
|
|
./syncyomi.nix
|
|
./virt-manager.nix
|
|
./wireshark.nix
|
|
];
|
|
}
|