2023-11-04 10:14:42 +00:00
|
|
|
{...}: {
|
2023-09-19 00:17:43 +00:00
|
|
|
imports = [
|
2023-12-21 03:49:00 +00:00
|
|
|
# utils that is used internally
|
2024-01-29 00:18:06 +00:00
|
|
|
./myFlake/boot.nix
|
|
|
|
./myFlake/hardware/accessories/logitech-wireless.nix
|
|
|
|
./myFlake/hardware/accessories/piper.nix
|
|
|
|
./myFlake/hardware/accessories/xbox-one-controller.nix
|
|
|
|
./myFlake/hardware/components/audio.nix
|
|
|
|
./myFlake/hardware/components/bluetooth.nix
|
|
|
|
./myFlake/hardware/components/tpm.nix
|
2024-04-22 21:01:38 +00:00
|
|
|
|
|
|
|
# nixpkgs styled options
|
|
|
|
./services/hysteria.nix
|
2024-05-23 16:15:10 +00:00
|
|
|
./services/pixivfe.nix
|
|
|
|
./services/rathole.nix
|
2023-09-19 00:17:43 +00:00
|
|
|
];
|
2023-11-04 10:14:42 +00:00
|
|
|
}
|