flake/nixos/modules/default.nix

15 lines
282 B
Nix
Raw Normal View History

{...}: {
2023-09-19 00:17:43 +00:00
imports = [
# utils that is used internally
2024-06-15 17:17:50 +00:00
./my/boot.nix
./my/hardware/audio.nix
./my/hardware/bluetooth.nix
./my/hardware/tpm.nix
# nixpkgs styled options
./services/hysteria.nix
./services/pixivfe.nix
./services/rathole.nix
2023-09-19 00:17:43 +00:00
];
}