flake/nixos/modules/default.nix

16 lines
442 B
Nix
Raw Normal View History

{...}: {
2023-09-19 00:17:43 +00:00
imports = [
# 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
# nixpkgs styled options
./services/hysteria.nix
2023-09-19 00:17:43 +00:00
];
}